Organize bootstrap.js

This commit is contained in:
pa
2025-09-14 16:36:02 +09:00
committed by Natsumi
parent 875459689f
commit b2b8e6ba3f
16 changed files with 221 additions and 192 deletions

View File

@@ -185,6 +185,8 @@ export const useNotificationsSettingsStore = defineStore(
}, 5000);
}
}
// some workaround for failing to get voice list first run
speechSynthesis.getVoices();
initNotificationsSettings();