mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 12:09:57 +00:00
Black theme by default
This commit is contained in:
parent
97cd215491
commit
1f2f08190a
1 changed files with 1 additions and 1 deletions
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
|
||||||
|
|
Loading…
Reference in a new issue