reload-popup: add inhibitReloadPopup() calls
This commit is contained in:
parent
69d5b7b480
commit
5734457706
2 changed files with 3 additions and 2 deletions
|
@ -12,11 +12,13 @@ Scope {
|
|||
target: Quickshell
|
||||
|
||||
function onReloadCompleted() {
|
||||
Quickshell.inhibitReloadPopup();
|
||||
root.failed = false;
|
||||
popupLoader.loading = true;
|
||||
}
|
||||
|
||||
function onReloadFailed(error: string) {
|
||||
Quickshell.inhibitReloadPopup();
|
||||
// Close any existing popup before making a new one.
|
||||
popupLoader.active = false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue