98 current 2024-04-29 18:13:45 24.05.20240419.5c24cf2 6.6.28 *

This commit is contained in:
sadanslargehole 2024-04-29 18:13:55 -04:00
parent e59a29bba0
commit 8d86faab27
No known key found for this signature in database
GPG key ID: B2E2F4A5161A7800
10 changed files with 11560 additions and 7 deletions

View file

@ -0,0 +1,12 @@
diff --git a/src/updater/main.ts b/src/updater/main.ts
index 059afb9..274802e 100644
--- a/src/updater/main.ts
+++ b/src/updater/main.ts
@@ -77,6 +77,7 @@ function isOutdated(oldVersion: string, newVersion: string) {
}
export async function checkUpdates() {
+ return;
if (Settings.store.checkUpdates === false) return;
try {