Show home when an application is closed

This commit is contained in:
Pier Luigi Fiorini 2014-11-09 13:51:00 +01:00
parent 5ae2e2e56d
commit cae7ddff81

View file

@ -118,6 +118,7 @@ Rectangle {
if (currentWindow) {
currentWindow.close();
currentWindow = null;
showHome = true;
}
}
}