From cae7ddff81e92583284141dca8cf1b4552c0983b Mon Sep 17 00:00:00 2001 From: Pier Luigi Fiorini Date: Sun, 9 Nov 2014 13:51:00 +0100 Subject: [PATCH] Show home when an application is closed --- compositor/contents/Compositor.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/compositor/contents/Compositor.qml b/compositor/contents/Compositor.qml index 207bd445..87e954e2 100644 --- a/compositor/contents/Compositor.qml +++ b/compositor/contents/Compositor.qml @@ -118,6 +118,7 @@ Rectangle { if (currentWindow) { currentWindow.close(); currentWindow = null; + showHome = true; } } }