diff --git a/src/qml/Component/FullScreenImage.qml b/src/qml/Component/FullScreenImage.qml index 3b09ebeb2..60289bac9 100644 --- a/src/qml/Component/FullScreenImage.qml +++ b/src/qml/Component/FullScreenImage.qml @@ -26,6 +26,8 @@ Popup { padding: 0 background: null + Keys.onBackPressed: root.close() + ColumnLayout { anchors.fill: parent spacing: Kirigami.Units.largeSpacing