More error to toast migration

This commit is contained in:
LukeGus
2025-09-09 18:49:57 -05:00
parent 7ffeb51571
commit 56a1dd0b79
6 changed files with 26 additions and 13 deletions

View File

@@ -90,6 +90,7 @@ export function TerminalKeyboard({onSendInput, onLayoutChange}: TerminalKeyboard
}
} catch (e) {
console.error("Vibration failed:", e);
// Don't show toast for vibration failure as it's not critical
}
onSendInput(input);