mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-11 15:27:26 -04:00
Merge pull request #3430
db0485c main: simplify blackTheme code (selsta)
This commit is contained in:
2
main.qml
2
main.qml
@@ -1423,7 +1423,7 @@ ApplicationWindow {
|
||||
property bool lockOnUserInActivity: true
|
||||
property int walletMode: 2
|
||||
property int lockOnUserInActivityInterval: 10 // minutes
|
||||
property bool blackTheme: true
|
||||
property bool blackTheme: MoneroComponents.Style.blackTheme
|
||||
property bool checkForUpdates: true
|
||||
property bool autosave: true
|
||||
property int autosaveMinutes: 10
|
||||
|
||||
Reference in New Issue
Block a user