mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-20 18:59:37 +00:00
Add:Experimental change bookshelf texture #186
This commit is contained in:
parent
dd8a28848b
commit
3941da1144
20 changed files with 136 additions and 10 deletions
|
|
@ -3,7 +3,8 @@ export const state = () => ({
|
|||
showBatchUserCollectionModal: false,
|
||||
showUserCollectionsModal: false,
|
||||
showEditCollectionModal: false,
|
||||
selectedCollection: null
|
||||
selectedCollection: null,
|
||||
showBookshelfTextureModal: false
|
||||
})
|
||||
|
||||
export const getters = {
|
||||
|
|
@ -29,5 +30,9 @@ export const mutations = {
|
|||
setEditCollection(state, collection) {
|
||||
state.selectedCollection = collection
|
||||
state.showEditCollectionModal = true
|
||||
},
|
||||
setShowBookshelfTextureModal(state, val) {
|
||||
state.showBookshelfTextureModal = val
|
||||
console.log('shopw', val)
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue