diff options
Diffstat (limited to 'services/Drawers.qml')
| -rw-r--r-- | services/Drawers.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/services/Drawers.qml b/services/Drawers.qml index 1f524ab..ac88b6c 100644 --- a/services/Drawers.qml +++ b/services/Drawers.qml @@ -6,6 +6,7 @@ Singleton { id: root property var positions: ({}) + property int rightExclusion signal posChanged(screen: ShellScreen, x: int, y: int) |