mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-18 06:07:48 +00:00
feat: add global shortcut setting (#470)
* feat: add global short cut setting * fix: fix settings not work * fix: call initIpcMan after createWindow * fix: fix build error (typo)
This commit is contained in:
parent
b98bf909fb
commit
36447ae5d8
7 changed files with 50 additions and 7 deletions
|
|
@ -150,6 +150,7 @@ export default {
|
|||
showUnavailableSongInGreyStyle: "显示不可播放的歌曲为灰色",
|
||||
showPlaylistsByAppleMusic: "首页显示来自 Apple Music 的歌单",
|
||||
enableDiscordRichPresence: "启用 Discord Rich Presence",
|
||||
enableGlobalShortcut: "启用全局快捷键",
|
||||
},
|
||||
contextMenu: {
|
||||
play: "播放",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue