Update:Default library view to detail instead of bookshelf view & update settings copy

This commit is contained in:
advplyr 2022-10-22 09:13:20 -05:00
parent 0e96465d74
commit e1e10dca50
10 changed files with 22 additions and 22 deletions

View file

@ -72,7 +72,7 @@ export default {
return this.$store.getters['libraries/getCurrentLibraryName']
},
isAlternativeBookshelfView() {
return this.$store.getters['getHomeBookshelfView'] === this.$constants.BookshelfView.TITLES
return this.$store.getters['getHomeBookshelfView'] === this.$constants.BookshelfView.DETAIL
},
bookCoverWidth() {
var coverSize = this.$store.getters['user/getUserSetting']('bookshelfCoverSize')