Weird error I made

This commit is contained in:
root
2021-11-02 04:11:37 +05:30
parent 256c554107
commit c7e4efff5a
+1 -1
View File
@@ -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: {