summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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