Remove experimental set bookshelf texture

This commit is contained in:
advplyr 2022-05-30 09:58:02 -05:00
parent 7456052620
commit 705aac40d7
12 changed files with 0 additions and 102 deletions

View file

@ -147,9 +147,6 @@ export default {
}
},
methods: {
toggleBookshelfTexture() {
this.$store.dispatch('setBookshelfTexture', 'wood2.png')
},
cancelSelectionMode() {
if (this.processingBatchDelete) return
this.$store.commit('setSelectedLibraryItems', [])