From 3da0e529c62241f08967115957e325d49b0eeb6d Mon Sep 17 00:00:00 2001 From: ItsLemmy Date: Mon, 22 Sep 2025 21:09:45 -0400 Subject: [PATCH] Shell: cleanup --- shell.qml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 } }