diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2019-05-03 13:06:07 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2019-05-03 13:06:07 -0500 |
| commit | 3c1fe1da8b83738cb76a1a1242514bbe4ba515e6 (patch) | |
| tree | 0af5d5060462abe0685386a54bb2f5cffc46ebc5 | |
| parent | 4b43a1dfb64012649cd7c5d5e1cde99609430c5f (diff) | |
| parent | 1f2f08190ac9e80c954f08f49cfd6f3c46e528a5 (diff) | |
| download | monzero-gui-3c1fe1da8b83738cb76a1a1242514bbe4ba515e6.tar.gz monzero-gui-3c1fe1da8b83738cb76a1a1242514bbe4ba515e6.tar.xz monzero-gui-3c1fe1da8b83738cb76a1a1242514bbe4ba515e6.zip | |
Merge pull request #2157
1f2f081 Black theme by default (xiphon)
| -rw-r--r-- | main.qml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1221,7 +1221,7 @@ ApplicationWindow { property string remoteNodeService: "" property int lockOnUserInActivityInterval: 10 // minutes property bool showPid: false - property bool blackTheme: false + property bool blackTheme: true Component.onCompleted: { MoneroComponents.Style.blackTheme = persistentSettings.blackTheme |
