From 1f2f08190ac9e80c954f08f49cfd6f3c46e528a5 Mon Sep 17 00:00:00 2001 From: xiphon Date: Fri, 3 May 2019 14:39:09 +0000 Subject: [PATCH] Black theme by default --- main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.qml b/main.qml index 17d027e8..23277d4e 100644 --- a/main.qml +++ b/main.qml @@ -1227,7 +1227,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