mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-01 17:24:48 +00:00
Show home when an application is closed
This commit is contained in:
parent
5ae2e2e56d
commit
cae7ddff81
1 changed files with 1 additions and 0 deletions
|
|
@ -118,6 +118,7 @@ Rectangle {
|
||||||
if (currentWindow) {
|
if (currentWindow) {
|
||||||
currentWindow.close();
|
currentWindow.close();
|
||||||
currentWindow = null;
|
currentWindow = null;
|
||||||
|
showHome = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue