diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2021-04-29 14:07:24 -0400 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2021-04-29 14:07:24 -0400 |
| commit | c3e88adc6d4f2e15d3016dfb8aa423c5dedafc68 (patch) | |
| tree | 45929ab4508af11919151152208e0b0395e04d5c /main.qml | |
| parent | c368ce27764b9c0122872c1c9833fec2068beda6 (diff) | |
| parent | db0485c600147d9aa5975107d32b566f52c48dd7 (diff) | |
| download | monzero-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.qml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
