From 72d82bbf4e8cd775a0eb410eafeeb443e57f0fd6 Mon Sep 17 00:00:00 2001 From: sadnub Date: Sat, 3 Apr 2021 20:39:42 -0400 Subject: [PATCH] fix vuex getter for community script show state --- src/store/index.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/store/index.js b/src/store/index.js index 6b354a3..2fc0b14 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -50,6 +50,9 @@ export default function () { checks(state) { return state.agentChecks; }, + showCommunityScripts(state) { + return state.showCommunityScripts; + }, sortedUpdates(state) { // sort patches by latest then not installed if (!state.winUpdates.winupdates) {