Merge branch 'end-4:main' into keybinds-settings

This commit is contained in:
Madjid Taha
2025-11-01 16:07:39 +01:00
committed by GitHub
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -65,7 +65,7 @@
</div>
<div align="center">
<img src=".github/assets/illogical-impulse.svg" alt="illogical-impulse logo" style="float:left; width:400;">
<img src="assets/illogical-impulse.svg" alt="illogical-impulse logo" style="float:left; width:400;">
</div>
### illogical-impulse<sup>Quickshell</sup>
Binary file not shown.

Before

Width:  |  Height:  |  Size: 66 KiB

After

Width:  |  Height:  |  Size: 137 KiB

@@ -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) {