mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-02 13:47:25 -04:00
Black theme by default
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user