Stitch all scans button, and refresh scan tab when closing modals

This commit is contained in:
jaknapper 2025-07-25 16:52:37 +01:00
parent 37a28af04a
commit 7ac77c3e89
4 changed files with 41 additions and 2 deletions

View file

@ -101,6 +101,7 @@ Vue.mixin({
if (context.$store.state.autoGpuPreview) {
context.$root.$emit("globalTogglePreview", true);
}
context.$root.$emit("modalClosed");
});
};
return new Promise(showModal);