From 1f83ab445046ddb1128390f132464fa058dadb08 Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Mon, 5 Dec 2022 16:29:25 +0100 Subject: [PATCH] Remove Keys from FullScreenImage Broken apparently --- src/qml/Component/FullScreenImage.qml | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/qml/Component/FullScreenImage.qml b/src/qml/Component/FullScreenImage.qml index 652df47e0..02abc793b 100644 --- a/src/qml/Component/FullScreenImage.qml +++ b/src/qml/Component/FullScreenImage.qml @@ -26,8 +26,6 @@ QQC2.Popup { padding: 0 background: null - Keys.onBackPressed: root.close() - ColumnLayout { anchors.fill: parent spacing: Kirigami.Units.largeSpacing