diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-05-12 13:35:47 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-05-12 13:35:47 +1000 |
| commit | 5ca283f43b2336fb7c8a520f14e3fdfeb6d32d11 (patch) | |
| tree | 9ce45954fd3afaabadbcab4c6a27ec6099d1d115 /modules/session/Session.qml | |
| parent | session: fix activate on key (diff) | |
| download | caelestia-shell-5ca283f43b2336fb7c8a520f14e3fdfeb6d32d11.tar.gz caelestia-shell-5ca283f43b2336fb7c8a520f14e3fdfeb6d32d11.tar.bz2 caelestia-shell-5ca283f43b2336fb7c8a520f14e3fdfeb6d32d11.zip | |
session: disable show on hover
Diffstat (limited to 'modules/session/Session.qml')
| -rw-r--r-- | modules/session/Session.qml | 14 |
1 files changed, 7 insertions, 7 deletions
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 + // 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; - } - } + // 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 |