mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-16 21:28:06 +00:00
parent
4e023502ca
commit
dceb5cdb2c
1 changed files with 4 additions and 0 deletions
|
|
@ -562,6 +562,10 @@ export default {
|
||||||
set(value) {
|
set(value) {
|
||||||
this.$store.commit("updateSettings", {
|
this.$store.commit("updateSettings", {
|
||||||
key: "showLibraryDefault",
|
key: "showLibraryDefault",
|
||||||
|
value,
|
||||||
|
});
|
||||||
|
},
|
||||||
|
},
|
||||||
cacheLimit: {
|
cacheLimit: {
|
||||||
get() {
|
get() {
|
||||||
return this.settings.cacheLimit || false;
|
return this.settings.cacheLimit || false;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue