Fix: Fix overlay on error

This commit is contained in:
ernstmul
2025-04-09 12:14:54 +02:00
parent c61cf32826
commit 0a805d3afd
@@ -98,6 +98,7 @@
});
show = false;
} catch (error) {
show = false;
addNotification({
message: error.message,
type: 'error'