File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11# Reload Popup
22
3- A popup in the corner of the screen that appears when hot reloading the configuration,
4- which you can easily add to an existing shell.
3+ Replaces the standard quickshell config reload popup.
54
65You can try it out by running ` quickshell -p shell.qml ` which will put a simple bar
76on the screen. The popup will appear if the file is edited, and display the error
Original file line number Diff line number Diff line change @@ -12,11 +12,13 @@ Scope {
1212 target: Quickshell
1313
1414 function onReloadCompleted () {
15+ Quickshell .inhibitReloadPopup ();
1516 root .failed = false ;
1617 popupLoader .loading = true ;
1718 }
1819
1920 function onReloadFailed (error : string ) {
21+ Quickshell .inhibitReloadPopup ();
2022 // Close any existing popup before making a new one.
2123 popupLoader .active = false ;
2224
You can’t perform that action at this time.
0 commit comments