forked from Public/monero-gui
Black theme by default
This commit is contained in:
2
main.qml
2
main.qml
@@ -1227,7 +1227,7 @@ ApplicationWindow {
|
|||||||
property string remoteNodeService: ""
|
property string remoteNodeService: ""
|
||||||
property int lockOnUserInActivityInterval: 10 // minutes
|
property int lockOnUserInActivityInterval: 10 // minutes
|
||||||
property bool showPid: false
|
property bool showPid: false
|
||||||
property bool blackTheme: false
|
property bool blackTheme: true
|
||||||
|
|
||||||
Component.onCompleted: {
|
Component.onCompleted: {
|
||||||
MoneroComponents.Style.blackTheme = persistentSettings.blackTheme
|
MoneroComponents.Style.blackTheme = persistentSettings.blackTheme
|
||||||
|
|||||||
Reference in New Issue
Block a user