diff --git a/shell.qml b/shell.qml index 5d5f9240..2b4b0b4e 100644 --- a/shell.qml +++ b/shell.qml @@ -116,4 +116,12 @@ ShellRoot { // Save a ref. to our lockScreen so we can access it easily PanelService.lockScreen = lockScreen } + + Connections { + function onReloadCompleted() { + Quickshell.inhibitReloadPopup(); + } + + target: Quickshell + } }