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; } } }