mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-27 14:33:08 +00:00
Ensure that homescreen is not showing when task switcher opens
This commit is contained in:
parent
dcbdf8f101
commit
16615e37cb
1 changed files with 1 additions and 1 deletions
|
|
@ -89,8 +89,8 @@ NanoShell.FullScreenOverlay {
|
||||||
tasksView.contentX = Math.max(0, Math.min(tasksView.contentWidth, window.model.activeTask.row * (tasksView.width + tasksView.spacing)));
|
tasksView.contentX = Math.max(0, Math.min(tasksView.contentWidth, window.model.activeTask.row * (tasksView.width + tasksView.spacing)));
|
||||||
}
|
}
|
||||||
|
|
||||||
root.minimizeAll();
|
|
||||||
window.visible = true;
|
window.visible = true;
|
||||||
|
root.minimizeAll();
|
||||||
|
|
||||||
// animate app shrink
|
// animate app shrink
|
||||||
if (animation) {
|
if (animation) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue