Merge pull request #2428

5fe6b48 Settings: fix 'Light theme' checkbox (xiphon)
This commit is contained in:
luigi1111
2019-11-13 09:02:03 -06:00
2 changed files with 5 additions and 1 deletions

View File

@@ -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;