summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-12 13:35:47 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-12 13:35:47 +1000
commit5ca283f43b2336fb7c8a520f14e3fdfeb6d32d11 (patch)
tree9ce45954fd3afaabadbcab4c6a27ec6099d1d115
parentsession: fix activate on key (diff)
downloadcaelestia-shell-5ca283f43b2336fb7c8a520f14e3fdfeb6d32d11.tar.gz
caelestia-shell-5ca283f43b2336fb7c8a520f14e3fdfeb6d32d11.tar.bz2
caelestia-shell-5ca283f43b2336fb7c8a520f14e3fdfeb6d32d11.zip
session: disable show on hover
Diffstat (limited to '')
-rw-r--r--modules/session/Content.qml2
-rw-r--r--modules/session/Session.qml14
2 files changed, 8 insertions, 8 deletions
diff --git a/modules/session/Content.qml b/modules/session/Content.qml
index 75559b2..64f877c 100644
--- a/modules/session/Content.qml
+++ b/modules/session/Content.qml
@@ -53,7 +53,7 @@ Column {
sourceSize.width: width
sourceSize.height: height
- playing: session.sessionVisible
+ playing: visible
asynchronous: true
speed: 0.7
source: "root:/assets/kurukuru.gif"
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