forked from Public/monero-gui
Merge pull request #2428
5fe6b48 Settings: fix 'Light theme' checkbox (xiphon)
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