From 205edd485ce0a19a5e003810ef68d628114aff47 Mon Sep 17 00:00:00 2001 From: Micah Stanley Date: Sat, 26 Oct 2024 18:50:40 +0000 Subject: [PATCH] VolumeOSD: Prevent Stealing Focus from Applications Before: ![Screenshot_20241025_051928](/uploads/9b41d77b5c673bfeccfe2518ccd40985/Screenshot_20241025_051928.png) After: ![Screenshot_20241025_051550](/uploads/a357dd3271aba056f667410286cfed95/Screenshot_20241025_051550.png) --- components/mobileshell/qml/volumeosd/VolumeChangedPopup.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/components/mobileshell/qml/volumeosd/VolumeChangedPopup.qml b/components/mobileshell/qml/volumeosd/VolumeChangedPopup.qml index c6d4f336..5feaa75f 100644 --- a/components/mobileshell/qml/volumeosd/VolumeChangedPopup.qml +++ b/components/mobileshell/qml/volumeosd/VolumeChangedPopup.qml @@ -34,6 +34,7 @@ Window { LayerShell.Window.layer: LayerShell.Window.LayerOverlay LayerShell.Window.exclusionZone: -1 LayerShell.Window.margins.top: offsetMargins + LayerShell.Window.keyboardInteractivity: LayerShell.Window.KeyboardInteractivityNone Kirigami.Theme.colorSet: Kirigami.Theme.View Kirigami.Theme.inherit: false