mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-16 00:37:26 -04:00
Settings: fix 'Light theme' checkbox
This commit is contained in:
@@ -72,6 +72,7 @@ Rectangle {
|
||||
id: themeCheckbox
|
||||
checked: !MoneroComponents.Style.blackTheme
|
||||
text: qsTr("Light theme") + translationManager.emptyString
|
||||
toggleOnClick: false
|
||||
onClicked: {
|
||||
MoneroComponents.Style.blackTheme = !MoneroComponents.Style.blackTheme;
|
||||
persistentSettings.blackTheme = MoneroComponents.Style.blackTheme;
|
||||
|
||||
Reference in New Issue
Block a user