mirror of
https://github.com/sadan4/dotfiles.git
synced 2024-11-17 07:14:39 -05:00
12 lines
343 B
Diff
12 lines
343 B
Diff
|
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 {
|