diff --git a/src/store/prefs-store.js b/src/store/prefs-store.js index f3f41ae..4b2ff88 100644 --- a/src/store/prefs-store.js +++ b/src/store/prefs-store.js @@ -3,7 +3,11 @@ import { get as _get, isString, set as _set } from 'lodash-es' const PrefsStore = { namespaced: true, state: () => ({ - prefs: {} + // Declaring boolean values here because v-simple-checkbox has a bug (???) which renders it unable to have internal state + prefs: { + playerAutoplay: true, + audioOnly: false + } }), mutations: { setPrefs (state, {