Quicksave

This commit is contained in:
Mawoka
2025-08-22 12:33:15 +02:00
parent bd659895ad
commit 51f1d74cf2
45 changed files with 15682 additions and 2572 deletions
@@ -29,7 +29,9 @@ SPDX-License-Identifier: MPL-2.0
const redirect_back = (done_var: boolean) => {
if (done_var) {
window.location.reload();
setTimeout(() => {
window.location.reload();
}, 100);
}
};
let alertModalOpen = false;