mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-17 13:48:02 +00:00
feat(electron): add minimize to tray option to settings page
This commit is contained in:
parent
09c54486cc
commit
de7d008c0b
8 changed files with 67 additions and 13 deletions
|
|
@ -9,6 +9,7 @@ const updateSetting = () => {
|
|||
automaticallyCacheSongs,
|
||||
nyancatStyle,
|
||||
showLyricsTranslation,
|
||||
minimizeToTray,
|
||||
} = initLocalStorage.settings;
|
||||
const settings = {
|
||||
playlistCategories,
|
||||
|
|
@ -16,6 +17,7 @@ const updateSetting = () => {
|
|||
automaticallyCacheSongs,
|
||||
nyancatStyle,
|
||||
showLyricsTranslation,
|
||||
minimizeToTray,
|
||||
...parsedSettings,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue