summary refs log tree commit diff
path: root/resources/qml
diff options
context:
space:
mode:
Diffstat (limited to 'resources/qml')
-rw-r--r--resources/qml/dialogs/ImageOverlay.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/qml/dialogs/ImageOverlay.qml b/resources/qml/dialogs/ImageOverlay.qml

index cc60d496..933e06cf 100644 --- a/resources/qml/dialogs/ImageOverlay.qml +++ b/resources/qml/dialogs/ImageOverlay.qml
@@ -23,6 +23,7 @@ Window { //visibility: Window.FullScreen color: Qt.rgba(0.2,0.2,0.2,0.66) + Component.onCompleted: Nheko.setWindowRole(imageOverlay, "imageoverlay") Shortcut { sequence: StandardKey.Cancel