mirror of
https://git.1024x2.xyz/1024x2/vexcord.git
synced 2025-04-19 21:16:30 +02:00
Disable auto-update by default
This commit is contained in:
parent
4f031f9a6e
commit
3d200bc607
@ -1,7 +1,7 @@
|
||||
From 20c2287a47b2e547e83447505a8e580b7d71cf0b Mon Sep 17 00:00:00 2001
|
||||
From f96190afa8668485eae2c22c931927481a74c7ae Mon Sep 17 00:00:00 2001
|
||||
From: 1024x2 <2pow11@gmail.com>
|
||||
Date: Mon, 9 Oct 2023 17:46:41 +0100
|
||||
Subject: [PATCH 1/5] Remove donator badges
|
||||
Subject: [PATCH 1/6] Remove donator badges
|
||||
|
||||
It makes a request to an API hosted by the Vencord developer, without
|
||||
any option to turn it off. This raises privacy concerns.
|
||||
|
@ -1,7 +1,7 @@
|
||||
From a6614a12fbccac52ec538ebcb999115e01c2b545 Mon Sep 17 00:00:00 2001
|
||||
From 313f9ba5ff06dd32384de63de6948886456e6e34 Mon Sep 17 00:00:00 2001
|
||||
From: 1024x2 <2pow11@gmail.com>
|
||||
Date: Sat, 9 Mar 2024 07:57:26 +0000
|
||||
Subject: [PATCH 2/5] Small rebrand
|
||||
Subject: [PATCH 2/6] Small rebrand
|
||||
|
||||
There's a litevex in here! It's got my gun!!! AHHHHHHHH
|
||||
---
|
||||
@ -102,7 +102,7 @@ index a43c9f8..1f4f970 100644
|
||||
|
||||
</details>
|
||||
diff --git a/src/components/VencordSettings/VencordTab.tsx b/src/components/VencordSettings/VencordTab.tsx
|
||||
index ab910ea..8bf18f2 100644
|
||||
index c0a66fd..a975a53 100644
|
||||
--- a/src/components/VencordSettings/VencordTab.tsx
|
||||
+++ b/src/components/VencordSettings/VencordTab.tsx
|
||||
@@ -31,8 +31,8 @@ import { SettingsTab, wrapTab } from "./shared";
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 0ea72960030d81dda7b2d8b90c52c3e47b4c561d Mon Sep 17 00:00:00 2001
|
||||
From c32eb6e5c967f10f09b5b5952b924202b49b2929 Mon Sep 17 00:00:00 2001
|
||||
From: 1024x2 <2pow11@gmail.com>
|
||||
Date: Thu, 26 Oct 2023 00:48:25 +0100
|
||||
Subject: [PATCH 3/5] Experiments: Re-add staging banner
|
||||
Subject: [PATCH 3/6] Experiments: Re-add staging banner
|
||||
|
||||
(it's funny)
|
||||
---
|
||||
@ -9,7 +9,7 @@ Subject: [PATCH 3/5] Experiments: Re-add staging banner
|
||||
1 file changed, 14 insertions(+)
|
||||
|
||||
diff --git a/src/plugins/experiments/index.tsx b/src/plugins/experiments/index.tsx
|
||||
index f8ea4b0..dc4f78f 100644
|
||||
index 3446388..7902f3e 100644
|
||||
--- a/src/plugins/experiments/index.tsx
|
||||
+++ b/src/plugins/experiments/index.tsx
|
||||
@@ -33,6 +33,12 @@ const settings = definePluginSettings({
|
||||
|
@ -1,14 +1,14 @@
|
||||
From ef30d1ed8a99d97556a31b5bb2e9d0f6019bb49a Mon Sep 17 00:00:00 2001
|
||||
From b3ac4178c9d99dae3766b6d8d179c1c0a3ef6896 Mon Sep 17 00:00:00 2001
|
||||
From: 1024x2 <2pow11@gmail.com>
|
||||
Date: Sat, 9 Mar 2024 08:00:55 +0000
|
||||
Subject: [PATCH 4/5] Updater: don't prompt for updates when on a local branch
|
||||
Subject: [PATCH 4/6] Updater: don't prompt for updates when on a local branch
|
||||
|
||||
---
|
||||
src/main/updater/git.ts | 7 +------
|
||||
1 file changed, 1 insertion(+), 6 deletions(-)
|
||||
|
||||
diff --git a/src/main/updater/git.ts b/src/main/updater/git.ts
|
||||
index 20a5d70..c530e67 100644
|
||||
index 1955f7d..0226565 100644
|
||||
--- a/src/main/updater/git.ts
|
||||
+++ b/src/main/updater/git.ts
|
||||
@@ -49,12 +49,7 @@ async function getRepo() {
|
||||
|
@ -1,17 +1,17 @@
|
||||
From 4eeba2e6c80371b433e9f0d741c21d6e79fd5fb8 Mon Sep 17 00:00:00 2001
|
||||
From b38b89ccf425919b85523b636b43cab0acfda978 Mon Sep 17 00:00:00 2001
|
||||
From: 1024x2 <2pow11@gmail.com>
|
||||
Date: Wed, 27 Dec 2023 15:05:44 +0000
|
||||
Subject: [PATCH 5/5] Enable CSP bypass on stock discord desktop client
|
||||
Subject: [PATCH 5/6] Enable CSP bypass on stock discord desktop client
|
||||
|
||||
---
|
||||
src/main/index.ts | 3 ++-
|
||||
1 file changed, 2 insertions(+), 1 deletion(-)
|
||||
|
||||
diff --git a/src/main/index.ts b/src/main/index.ts
|
||||
index 481736a..33dbe3f 100644
|
||||
index 5519d47..64e71c1 100644
|
||||
--- a/src/main/index.ts
|
||||
+++ b/src/main/index.ts
|
||||
@@ -23,10 +23,11 @@ import { ensureSafePath, getSettings } from "./ipcMain";
|
||||
@@ -24,10 +24,11 @@ import { RendererSettings } from "./settings";
|
||||
import { IS_VANILLA, THEMES_DIR } from "./utils/constants";
|
||||
import { installExt } from "./utils/extensions";
|
||||
|
||||
|
25
0006-Updater-Disable-auto-update-by-default.patch
Normal file
25
0006-Updater-Disable-auto-update-by-default.patch
Normal file
@ -0,0 +1,25 @@
|
||||
From 85db6bf2367ec9ed550454b26c39b84a1faacbd1 Mon Sep 17 00:00:00 2001
|
||||
From: 1024x2 <2pow11@gmail.com>
|
||||
Date: Sun, 21 Apr 2024 21:22:25 +0100
|
||||
Subject: [PATCH 6/6] Updater: Disable auto-update by default
|
||||
|
||||
---
|
||||
src/api/Settings.ts | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/src/api/Settings.ts b/src/api/Settings.ts
|
||||
index 696c12c..4503011 100644
|
||||
--- a/src/api/Settings.ts
|
||||
+++ b/src/api/Settings.ts
|
||||
@@ -77,7 +77,7 @@ export interface Settings {
|
||||
}
|
||||
|
||||
const DefaultSettings: Settings = {
|
||||
- autoUpdate: true,
|
||||
+ autoUpdate: false,
|
||||
autoUpdateNotification: true,
|
||||
useQuickCss: true,
|
||||
themeLinks: [],
|
||||
--
|
||||
2.44.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user