1
0

expose additional wallet properties

(lightning enabled, balance, masterpubkey)

and a few smaller improvements
This commit is contained in:
Sander van Grieken
2022-05-10 19:31:25 +02:00
parent 98c03ec991
commit 532d19979d
5 changed files with 145 additions and 62 deletions

View File

@@ -6,5 +6,6 @@ import QtQuick.Controls.Material 2.0
Pane {
background: Rectangle {
color: Qt.lighter(Material.background, 1.15)
radius: constants.paddingSmall
}
}