mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-03 17:54:54 +02:00
Remove experimental features and experimental ereader setting
This commit is contained in:
parent
b60473d7ae
commit
0ec50bb570
23 changed files with 9 additions and 106 deletions
|
@ -23,7 +23,6 @@ export const state = () => ({
|
|||
developerMode: false,
|
||||
processingBatch: false,
|
||||
previousPath: '/',
|
||||
showExperimentalFeatures: false,
|
||||
bookshelfBookIds: [],
|
||||
episodeTableEpisodeIds: [],
|
||||
openModal: null,
|
||||
|
@ -231,10 +230,6 @@ export const mutations = {
|
|||
setProcessingBatch(state, val) {
|
||||
state.processingBatch = val
|
||||
},
|
||||
setExperimentalFeatures(state, val) {
|
||||
state.showExperimentalFeatures = val
|
||||
localStorage.setItem('experimental', val ? 1 : 0)
|
||||
},
|
||||
setOpenModal(state, val) {
|
||||
state.openModal = val
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue