diff options
| author | selsta <selsta@sent.at> | 2021-04-22 23:14:32 +0200 |
|---|---|---|
| committer | selsta <selsta@sent.at> | 2021-04-22 23:14:32 +0200 |
| commit | db0485c600147d9aa5975107d32b566f52c48dd7 (patch) | |
| tree | 7211aea3ff74c24f3716c3010951d0dd338ced03 /main.qml | |
| parent | bc1131ce41f5386639ddf0538df8044cb5271598 (diff) | |
| download | monzero-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.qml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
