fix(settings): fix typo (#551)

#549
This commit is contained in:
Map1en_ 2021-04-19 15:13:40 +08:00 committed by GitHub
parent 4e023502ca
commit dceb5cdb2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -562,6 +562,10 @@ export default {
set(value) {
this.$store.commit("updateSettings", {
key: "showLibraryDefault",
value,
});
},
},
cacheLimit: {
get() {
return this.settings.cacheLimit || false;