From ceee15aa8926a86f9c97f4cc55f6747197543365 Mon Sep 17 00:00:00 2001 From: SpikeHD Date: Fri, 22 Apr 2022 15:02:50 -0700 Subject: [PATCH] temp remove update function --- resources/js/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/js/index.js b/resources/js/index.js index 681d12f..2f818c9 100644 --- a/resources/js/index.js +++ b/resources/js/index.js @@ -354,7 +354,7 @@ async function openSettings() { killSwitch.checked = config.enableKillswitch // Check for updates - checkForUpdatesAndShow() + //checkForUpdatesAndShow() } async function closeSettings() {