mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-17 21:58:03 +00:00
feat(settings): add show music library default setting (#549)
* feat(settings): add show music library default setting resolve #301 * adj zh-cn text Co-authored-by: qier222 <qier2222@gmail.com>
This commit is contained in:
parent
9ae15c198d
commit
9708064d26
6 changed files with 30 additions and 0 deletions
|
|
@ -70,6 +70,8 @@ export default {
|
|||
},
|
||||
},
|
||||
created() {
|
||||
this.$store.state.settings.showLibraryDefault &&
|
||||
this.$router.push("/library");
|
||||
if (this.isElectron) {
|
||||
ipcRenderer(this);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue