1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-06-09 04:33:29 -04:00

(Control Center): revamp of 25% pill option (#2568)

* revamp of control center

* update comment of SmallCompoundButton.qml
This commit is contained in:
Youseffo13
2026-06-06 01:46:01 +02:00
committed by GitHub
parent 4d0aab773b
commit 5716249bd9
6 changed files with 341 additions and 156 deletions
@@ -5,7 +5,7 @@ import qs.Modules.ControlCenter.Widgets
CompoundPill {
id: root
iconName: SessionData.doNotDisturb ? "do_not_disturb_on" : "do_not_disturb_off"
iconName: "do_not_disturb_on"
iconColor: SessionData.doNotDisturb ? Theme.primary : Theme.surfaceText
primaryText: I18n.tr("Do Not Disturb")
isActive: SessionData.doNotDisturb