summaryrefslogtreecommitdiff
path: root/modules/utilities/cards/Toggles.qml
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2026-01-09 15:15:49 -0500
committerFreya Murphy <freya@freyacat.org>2026-01-22 08:33:36 -0500
commit2c2805abc3dc41ecfb6c48d3707d23423568c5a2 (patch)
tree71dab16530ad4c0bc47b08d7dec1107093879f37 /modules/utilities/cards/Toggles.qml
parentonly show active workspaces, fix colors (diff)
downloadcaelestia-shell-2c2805abc3dc41ecfb6c48d3707d23423568c5a2.tar.gz
caelestia-shell-2c2805abc3dc41ecfb6c48d3707d23423568c5a2.tar.bz2
caelestia-shell-2c2805abc3dc41ecfb6c48d3707d23423568c5a2.zip
remove more stuffff
Diffstat (limited to 'modules/utilities/cards/Toggles.qml')
-rw-r--r--modules/utilities/cards/Toggles.qml6
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/utilities/cards/Toggles.qml b/modules/utilities/cards/Toggles.qml
index 3cb61e6..558f2d5 100644
--- a/modules/utilities/cards/Toggles.qml
+++ b/modules/utilities/cards/Toggles.qml
@@ -73,12 +73,6 @@ StyledRect {
}
Toggle {
- icon: "gamepad"
- checked: GameMode.enabled
- onClicked: GameMode.enabled = !GameMode.enabled
- }
-
- Toggle {
icon: "notifications_off"
checked: Notifs.dnd
onClicked: Notifs.dnd = !Notifs.dnd