fix(core): avoid panics in global shortcut, closes #7105 (#7136)

This commit is contained in:
Amr Bashir
2023-06-05 22:43:44 +03:00
committed by GitHub
parent 647800c563
commit b41b57ebb2
2 changed files with 26 additions and 3 deletions

View File

@@ -0,0 +1,6 @@
---
'tauri': 'patch'
'tauri-runtime-wry': 'patch'
---
Fix panics when registering an invalid global shortcuts or checking it is registered and return proper errors instead.