mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-09 03:12:05 +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 int lockOnUserInActivityInterval: 10 // minutes
|
||||
property bool showPid: false
|
||||
property bool blackTheme: false
|
||||
property bool blackTheme: true
|
||||
|
||||
Component.onCompleted: {
|
||||
MoneroComponents.Style.blackTheme = persistentSettings.blackTheme
|
||||
|
Loading…
Reference in New Issue
Block a user