summaryrefslogtreecommitdiff
path: root/services/Drawers.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-12 17:33:17 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-12 17:33:17 +1000
commit6f7aff6f3425cf8c98ffeb91fb9603605b1128fb (patch)
tree315fa12d344933473f054fc9a8496657230651d0 /services/Drawers.qml
parentbrightness: fix for brightnessctl (diff)
downloadcaelestia-shell-6f7aff6f3425cf8c98ffeb91fb9603605b1128fb.tar.gz
caelestia-shell-6f7aff6f3425cf8c98ffeb91fb9603605b1128fb.tar.bz2
caelestia-shell-6f7aff6f3425cf8c98ffeb91fb9603605b1128fb.zip
notifs: show multiline summary on expand
Also fix action binding loop
Diffstat (limited to 'services/Drawers.qml')
-rw-r--r--services/Drawers.qml4
1 files changed, 0 insertions, 4 deletions
diff --git a/services/Drawers.qml b/services/Drawers.qml
index ac88b6c..6155d5d 100644
--- a/services/Drawers.qml
+++ b/services/Drawers.qml
@@ -10,10 +10,6 @@ Singleton {
signal posChanged(screen: ShellScreen, x: int, y: int)
- function getPosForScreen(screen: ShellScreen): point {
- return positions[screen] || Qt.point(0, 0);
- }
-
function setPosForScreen(screen: ShellScreen, x: int, y: int): void {
positions[screen] = Qt.point(x, y);
posChanged(screen, x, y);