1
0

qml: add total balance, fix initialization of create recoverable channels setting

This commit is contained in:
Sander van Grieken
2022-10-17 17:24:46 +02:00
parent 80f2bf7c09
commit 3a8cfcd5b8
3 changed files with 73 additions and 17 deletions

View File

@@ -270,5 +270,6 @@ Pane {
useFallbackAddress.checked = Config.useFallbackAddress
enableDebugLogs.checked = Config.enableDebugLogs
useRbf.checked = Config.useRbf
useRecoverableChannels.checked = Config.useRecoverableChannels
}
}