aboutsummaryrefslogtreecommitdiff
path: root/main.qml
diff options
context:
space:
mode:
authorselsta <selsta@sent.at>2021-04-22 23:14:32 +0200
committerselsta <selsta@sent.at>2021-04-22 23:14:32 +0200
commitdb0485c600147d9aa5975107d32b566f52c48dd7 (patch)
tree7211aea3ff74c24f3716c3010951d0dd338ced03 /main.qml
parentbc1131ce41f5386639ddf0538df8044cb5271598 (diff)
downloadmonzero-gui-db0485c600147d9aa5975107d32b566f52c48dd7.tar.gz
monzero-gui-db0485c600147d9aa5975107d32b566f52c48dd7.tar.xz
monzero-gui-db0485c600147d9aa5975107d32b566f52c48dd7.zip
main: simplify blackTheme code
Diffstat (limited to 'main.qml')
-rw-r--r--main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.qml b/main.qml
index c0e67eae..2920e221 100644
--- a/main.qml
+++ b/main.qml
@@ -1417,7 +1417,7 @@ ApplicationWindow {
property bool lockOnUserInActivity: true
property int walletMode: 2
property int lockOnUserInActivityInterval: 10 // minutes
- property bool blackTheme: true
+ property bool blackTheme: MoneroComponents.Style.blackTheme
property bool checkForUpdates: true
property bool autosave: true
property int autosaveMinutes: 10