diff options
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 |