Improve display animation of pinned ln details

This commit is contained in:
Taylor Helsper 2021-05-13 20:05:01 -05:00
parent f7d8a6ab29
commit c4b0967c68

View File

@ -513,7 +513,7 @@
// If pinned lightning, auto open lightning details // If pinned lightning, auto open lightning details
{% if lnd_wallet_exists and lnd_ready and ui_settings['pinned_lightning_details'] %} {% if lnd_wallet_exists and lnd_ready and ui_settings['pinned_lightning_details'] %}
toggleLightningDetails(); setTimeout(toggleLightningDetails, 1500);
{% endif %} {% endif %}
}); });
</script> </script>