feat: use wrdu-keyboard

This commit is contained in:
PandaDEV 2024-12-15 18:53:18 +10:00
parent 5c6853b02b
commit c078b631f6
No known key found for this signature in database
GPG key ID: 13EFF9BAF70EE75C
5 changed files with 173 additions and 86 deletions

View file

@ -12,7 +12,7 @@ import { onMounted } from 'vue'
onMounted(async () => {
await listen('change_keybind', async () => {
console.log("change_keybind");
await navigateTo('/keybind')
await navigateTo('/settings')
await app.show();
await window.getCurrentWindow().show();
})