feat: more operations for close | 为关闭app操作提供更多选项 (#918)

* feat: more operations for close

* remove minimizeToTray form initLocalStorage

Co-authored-by: qier222 <qier222@outlook.com>
Co-authored-by: qier222 <qier2222@gmail.com>
This commit is contained in:
memorydream 2021-09-25 15:41:25 +08:00 committed by qier222
parent 8b089e6cf4
commit 17ef0e927c
No known key found for this signature in database
GPG key ID: 9C85007ED905F14D
8 changed files with 91 additions and 43 deletions

View file

@ -152,7 +152,6 @@ export default {
clearSongsCache: '清除歌曲缓存',
cacheCount: '已缓存 {song} 首 ({size})',
showLyricsTranslation: '显示歌词翻译',
minimizeToTray: '最小化到托盘',
showPlaylistsByAppleMusic: '首页显示来自 Apple Music 的歌单',
enableDiscordRichPresence: '启用 Discord Rich Presence',
enableGlobalShortcut: '启用全局快捷键',
@ -163,6 +162,13 @@ export default {
on: '打开',
dynamic: '动态GPU 占用较高)',
},
closeAppOption: {
text: '关闭主面板时...',
ask: '询问',
exit: '退出',
minimize: '最小化',
minimizeToTray: '最小化到托盘',
},
},
contextMenu: {
play: '播放',