From d2747e2ca1e211a32e91e44010f40a00e0ac97e4 Mon Sep 17 00:00:00 2001 From: Leander Scherer Date: Sat, 30 May 2026 15:35:27 +0200 Subject: feat(quickshell): add popup controls and privacy indicators --- modules/system/quickshell/ControlTile.qml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'modules/system/quickshell/ControlTile.qml') diff --git a/modules/system/quickshell/ControlTile.qml b/modules/system/quickshell/ControlTile.qml index 2c8e0a6..d944e89 100644 --- a/modules/system/quickshell/ControlTile.qml +++ b/modules/system/quickshell/ControlTile.qml @@ -16,12 +16,13 @@ Item { anchors.fill: parent cornerRadius: 16 fillColor: root.active ? Theme.accent : Theme.surface - + MouseArea { anchors.fill: parent hoverEnabled: true onClicked: { - if (root.clickHandler) root.clickHandler() + if (root.clickHandler) + root.clickHandler(); } } @@ -47,4 +48,4 @@ Item { } } } -} \ No newline at end of file +} -- cgit v1.3.1