main: simplify blackTheme code

This commit is contained in:
selsta
2021-04-22 23:14:32 +02:00
parent bc1131ce41
commit db0485c600
4 changed files with 1 additions and 4 deletions

View File

@@ -173,7 +173,6 @@ Rectangle {
onExited: parent.color = "transparent"
onClicked: {
MoneroComponents.Style.blackTheme = !MoneroComponents.Style.blackTheme;
persistentSettings.blackTheme = MoneroComponents.Style.blackTheme;
}
}
}