mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-28 16:01:30 +00:00
qt: show channels tab by default if ln wallet
This commit is contained in:
parent
42df51f2dd
commit
3314c149f2
1 changed files with 2 additions and 0 deletions
|
@ -170,6 +170,8 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, Logger):
|
|||
self.gui_thread = gui_object.gui_thread
|
||||
assert wallet, "no wallet"
|
||||
self.wallet = wallet
|
||||
if wallet.has_lightning():
|
||||
self.wallet.config.set_key('show_channels_tab', True)
|
||||
|
||||
self.setup_exception_hook()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue