mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-10 22:43:03 -04:00
98 current 2024-04-29 18:13:45 24.05.20240419.5c24cf2 6.6.28 *
This commit is contained in:
parent
e59a29bba0
commit
8d86faab27
10 changed files with 11560 additions and 7 deletions
12
customPackages/vesktop/disable_update_checking.patch
Normal file
12
customPackages/vesktop/disable_update_checking.patch
Normal 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 {
|
Loading…
Add table
Add a link
Reference in a new issue