toggle switch off by default

This commit is contained in:
danny.rich 2025-12-01 14:43:06 -05:00
parent 35862aec9b
commit 4b83e740c1
7 changed files with 28 additions and 2 deletions

View file

@ -336,6 +336,9 @@ export default {
bookCoverAspectRatio() {
return this.$store.getters['libraries/getBookCoverAspectRatio']
},
serverSettings() {
return this.$store.state.serverSettings
},
filterData() {
return this.$store.state.libraries.filterData || {}
},