aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2019-05-03 13:06:07 -0500
committerluigi1111 <luigi1111w@gmail.com>2019-05-03 13:06:07 -0500
commit3c1fe1da8b83738cb76a1a1242514bbe4ba515e6 (patch)
tree0af5d5060462abe0685386a54bb2f5cffc46ebc5
parent4b43a1dfb64012649cd7c5d5e1cde99609430c5f (diff)
parent1f2f08190ac9e80c954f08f49cfd6f3c46e528a5 (diff)
downloadmonzero-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.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.qml b/main.qml
index fa339eb9..076d2f6f 100644
--- a/main.qml
+++ b/main.qml
@@ -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