This commit is contained in:
syuilo 2026-04-30 13:32:10 +09:00
commit 30f7727e33
3 changed files with 1 additions and 0 deletions

View file

@ -330,6 +330,7 @@ onMounted(async () => {
try {
await controller.init(canvas.value!);
} catch (err) {
console.error(err);
os.alert({
type: 'error',
title: i18n.ts._room.failedToInitialize,