mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 23:09:26 -05:00
change dark mode button icon to be less confusing
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ AndroidQuickToggleButton {
|
||||
statusText: Appearance.m3colors.darkmode ? Translation.tr("Dark") : Translation.tr("Light")
|
||||
|
||||
toggled: Appearance.m3colors.darkmode
|
||||
buttonIcon: Appearance.m3colors.darkmode ? "contrast" : "light_mode"
|
||||
buttonIcon: "contrast"
|
||||
|
||||
onClicked: event => {
|
||||
if (Appearance.m3colors.darkmode) {
|
||||
|
||||
Reference in New Issue
Block a user