diff --git a/imports/Spectral/Component/FullScreenImage.qml b/imports/Spectral/Component/FullScreenImage.qml index 694ac86..c96046b 100644 --- a/imports/Spectral/Component/FullScreenImage.qml +++ b/imports/Spectral/Component/FullScreenImage.qml @@ -36,6 +36,6 @@ ApplicationWindow { color: "white" } - onClicked: root.close() + onClicked: root.destroy() } }