mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
disable sliding panel during phone calls
This commit is contained in:
parent
e702559b85
commit
9d4c8fb468
1 changed files with 1 additions and 0 deletions
|
|
@ -337,6 +337,7 @@ Item {
|
|||
property int oldMouseY: 0
|
||||
|
||||
anchors.fill: parent
|
||||
enabled: !dialerOverlay.item.visible
|
||||
onPressed: {
|
||||
oldMouseY = mouse.y;
|
||||
slidingPanel.visible = true;
|
||||
|
|
|
|||
Loading…
Reference in a new issue