mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03: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
|
property int oldMouseY: 0
|
||||||
|
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
enabled: !dialerOverlay.item.visible
|
||||||
onPressed: {
|
onPressed: {
|
||||||
oldMouseY = mouse.y;
|
oldMouseY = mouse.y;
|
||||||
slidingPanel.visible = true;
|
slidingPanel.visible = true;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue