Bar Editor: added ability to move widget to other sections with right clicking context menu.

This commit is contained in:
ItsLemmy
2025-09-22 21:33:38 -04:00
parent 3da0e529c6
commit 8f8f6c23ea
4 changed files with 182 additions and 1 deletions
+1 -1
View File
@@ -118,7 +118,7 @@ ShellRoot {
Connections {
target: Quickshell
function onReloadCompleted() {
Quickshell.inhibitReloadPopup();
Quickshell.inhibitReloadPopup()
}
}
}