From 6f7aff6f3425cf8c98ffeb91fb9603605b1128fb Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Mon, 12 May 2025 17:33:17 +1000 Subject: notifs: show multiline summary on expand Also fix action binding loop --- services/Drawers.qml | 4 ---- 1 file changed, 4 deletions(-) (limited to 'services') 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); -- cgit v1.2.3-freya