aboutsummaryrefslogtreecommitdiff
path: root/main.qml
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2021-04-29 14:07:24 -0400
committerluigi1111 <luigi1111w@gmail.com>2021-04-29 14:07:24 -0400
commitc3e88adc6d4f2e15d3016dfb8aa423c5dedafc68 (patch)
tree45929ab4508af11919151152208e0b0395e04d5c /main.qml
parentc368ce27764b9c0122872c1c9833fec2068beda6 (diff)
parentdb0485c600147d9aa5975107d32b566f52c48dd7 (diff)
downloadmonzero-gui-c3e88adc6d4f2e15d3016dfb8aa423c5dedafc68.tar.gz
monzero-gui-c3e88adc6d4f2e15d3016dfb8aa423c5dedafc68.tar.xz
monzero-gui-c3e88adc6d4f2e15d3016dfb8aa423c5dedafc68.zip
Merge pull request #3430
db0485c main: simplify blackTheme code (selsta)
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 22787b12..2674e3cc 100644
--- a/main.qml
+++ b/main.qml
@@ -1423,7 +1423,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