mirror of
https://github.com/0PandaDEV/Qopy.git
synced 2025-04-21 13:14:04 +02:00
feat: use wrdu-keyboard
This commit is contained in:
parent
5c6853b02b
commit
c078b631f6
5 changed files with 173 additions and 86 deletions
2
app.vue
2
app.vue
|
@ -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();
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue