mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-09 19:32:03 +02:00
Black theme by default
This commit is contained in:
parent
97cd215491
commit
1f2f08190a
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 New Issue
Block a user