diff --git a/qmlUiKirigami/ImageViewer.qml b/qmlUiKirigami/ImageViewer.qml --- a/qmlUiKirigami/ImageViewer.qml +++ b/qmlUiKirigami/ImageViewer.qml @@ -85,11 +85,11 @@ function close() { applicationWindow().controlsVisible = true; applicationWindow().header.visible = true; - applicationWindow().footer.visible = true; applicationWindow().globalDrawer.visible = wasDrawerOpen; applicationWindow().globalDrawer.enabled = true; applicationWindow().visibility = Window.Windowed; applicationWindow().pageStack.layers.pop(); + applicationWindow().footer.visible = true; }