Close fullscreen image when pressing the back button

This commit is contained in:
Tobias Fella
2022-11-09 22:03:17 +01:00
parent d13c00bb20
commit b332993b77

View File

@@ -26,6 +26,8 @@ Popup {
padding: 0
background: null
Keys.onBackPressed: root.close()
ColumnLayout {
anchors.fill: parent
spacing: Kirigami.Units.largeSpacing