diff --git a/shell.qml b/shell.qml index 2b4b0b4e..d801b401 100644 --- a/shell.qml +++ b/shell.qml @@ -6,8 +6,6 @@ * but proper credit must be given to the original author. */ -// Disable reload popup add this as a new row: //pragma Env QS_NO_RELOAD_POPUP=1 - // Qt & Quickshell Core import QtQuick import Quickshell @@ -118,10 +116,9 @@ ShellRoot { } Connections { + target: Quickshell function onReloadCompleted() { Quickshell.inhibitReloadPopup(); } - - target: Quickshell } }