Shell: cleanup

This commit is contained in:
ItsLemmy
2025-09-22 21:09:45 -04:00
parent d5a862d904
commit 3da0e529c6
+1 -4
View File
@@ -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
}
}