Improve display animation of pinned ln details
This commit is contained in:
parent
f7d8a6ab29
commit
c4b0967c68
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user