From c7e4efff5ac21f9d57e589935c35147632be353e Mon Sep 17 00:00:00 2001 From: root Date: Tue, 2 Nov 2021 04:11:37 +0530 Subject: [PATCH] Weird error I made --- src/store/prefs-store.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/prefs-store.js b/src/store/prefs-store.js index 4b2ff88..6764d00 100644 --- a/src/store/prefs-store.js +++ b/src/store/prefs-store.js @@ -6,7 +6,7 @@ const PrefsStore = { // Declaring boolean values here because v-simple-checkbox has a bug (???) which renders it unable to have internal state prefs: { playerAutoplay: true, - audioOnly: false + listen: false } }), mutations: {