diff --git a/shell.qml b/shell.qml index 19f35a29d..b542c95a2 100644 --- a/shell.qml +++ b/shell.qml @@ -49,6 +49,11 @@ ShellRoot { function onReloadCompleted() { Quickshell.inhibitReloadPopup(); } + function onReloadFailed() { + if (!Settings?.isDebug) { + Quickshell.inhibitReloadPopup(); + } + } } Connections {