From 5ca283f43b2336fb7c8a520f14e3fdfeb6d32d11 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Mon, 12 May 2025 13:35:47 +1000 Subject: session: disable show on hover --- modules/session/Session.qml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'modules/session/Session.qml') diff --git a/modules/session/Session.qml b/modules/session/Session.qml index 0f8a0d5..8a6674c 100644 --- a/modules/session/Session.qml +++ b/modules/session/Session.qml @@ -11,14 +11,14 @@ Scope { property int winHeight property bool sessionVisible - Connections { - target: Drawers - - function onPosChanged(screen: ShellScreen, x: int, y: int): void { - if (x > screen.width - BorderConfig.thickness && y > (screen.height - root.winHeight) / 2 && y < (screen.height + root.winHeight) / 2) - root.sessionVisible = true; - } - } + // Connections { + // target: Drawers + + // function onPosChanged(screen: ShellScreen, x: int, y: int): void { + // if (x > screen.width - BorderConfig.thickness && y > (screen.height - root.winHeight) / 2 && y < (screen.height + root.winHeight) / 2) + // root.sessionVisible = true; + // } + // } LazyLoader { loading: true -- cgit v1.2.3-freya