diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-05-12 17:33:17 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-05-12 17:33:17 +1000 |
| commit | 6f7aff6f3425cf8c98ffeb91fb9603605b1128fb (patch) | |
| tree | 315fa12d344933473f054fc9a8496657230651d0 /services | |
| parent | brightness: fix for brightnessctl (diff) | |
| download | caelestia-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')
| -rw-r--r-- | services/Drawers.qml | 4 |
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); |