mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-03 09:44:41 +02: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
|
@ -133,6 +133,9 @@ export default {
|
|||
}
|
||||
},
|
||||
methods: {
|
||||
toggleBookshelfTexture() {
|
||||
this.$store.dispatch('setBookshelfTexture', 'wood2.png')
|
||||
},
|
||||
async back() {
|
||||
var popped = await this.$store.dispatch('popRoute')
|
||||
if (popped) this.$store.commit('setIsRoutingBack', true)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue