fix: i18n and lint

This commit is contained in:
kangfenmao
2025-03-22 22:28:02 +08:00
parent dcbe3ac1c6
commit dd1b538687
15 changed files with 129 additions and 101 deletions
+1 -1
View File
@@ -144,7 +144,7 @@ export function registerShortcuts(window: BrowserWindow) {
if (!shortcut.enabled) {
return
}
// only register universal shortcuts when needed
if (onlyUniversalShortcuts && !['show_app', 'mini_window'].includes(shortcut.key)) {
return