mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
ensure taskswitcher is fullscreen
This commit is contained in:
parent
f8df7b3b00
commit
69ae5a1ba4
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ PlasmaCore.ColorScope {
|
|||
taskSwitcher.offset = taskSwitcher.offset - (mouse.y - oldMouseY);
|
||||
oldMouseY = mouse.y;
|
||||
if (taskSwitcher.visibility == Window.Hidden && taskSwitcher.offset > -taskSwitcher.height + units.gridUnit && taskSwitcher.tasksCount) {
|
||||
taskSwitcher.visible = true;
|
||||
taskSwitcher.showFullScreen();
|
||||
}
|
||||
}
|
||||
onReleased: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue