From 2e462229f8b17bd2210118a545c24cdf4a21348c Mon Sep 17 00:00:00 2001
From: 1024x2
Date: Thu, 12 Sep 2024 15:16:15 +0100
Subject: Update patches
---
vencord-patches/0001-Remove-donator-badges.patch | 14 +++++++-------
vencord-patches/0002-Small-rebrand.patch | 10 +++++-----
.../0003-Experiments-Re-add-staging-banner.patch | 6 +++---
...ater-don-t-prompt-for-updates-when-on-a-local-bra.patch | 6 +++---
...Enable-CSP-bypass-on-stock-discord-desktop-client.patch | 6 +++---
.../0006-Updater-Disable-auto-update-by-default.patch | 6 +++---
...portHelper-Disable-running-arbitrary-code-snippet.patch | 6 +++---
vencord-patches/0008-ReplaceGoogleSearch.patch | 6 +++---
8 files changed, 30 insertions(+), 30 deletions(-)
diff --git a/vencord-patches/0001-Remove-donator-badges.patch b/vencord-patches/0001-Remove-donator-badges.patch
index 0498ead..78d3ce5 100644
--- a/vencord-patches/0001-Remove-donator-badges.patch
+++ b/vencord-patches/0001-Remove-donator-badges.patch
@@ -1,4 +1,4 @@
-From 5513b5fe92a7de00979a21e78741b1dc24241a5c Mon Sep 17 00:00:00 2001
+From 84e0fc4685dbddc3cba70fff6df67bc4caaf1a35 Mon Sep 17 00:00:00 2001
From: 1024x2 <2pow11@gmail.com>
Date: Wed, 24 Apr 2024 23:30:05 +0100
Subject: [PATCH 1/8] Remove donator badges
@@ -12,7 +12,7 @@ It's easiest to just get rid of the feature entirely.
2 files changed, 1 insertion(+), 97 deletions(-)
diff --git a/src/api/Badges.ts b/src/api/Badges.ts
-index 7a041f1e..fefbd439 100644
+index 7a041f1..fefbd43 100644
--- a/src/api/Badges.ts
+++ b/src/api/Badges.ts
@@ -90,8 +90,7 @@ export function _getBadges(args: BadgeUserArgs) {
@@ -26,10 +26,10 @@ index 7a041f1e..fefbd439 100644
return badges;
}
diff --git a/src/plugins/_api/badges/index.tsx b/src/plugins/_api/badges/index.tsx
-index 89a992ac..642769c8 100644
+index c44d98b..28a7edb 100644
--- a/src/plugins/_api/badges/index.tsx
+++ b/src/plugins/_api/badges/index.tsx
-@@ -43,19 +43,6 @@ const ContributorBadge: ProfileBadge = {
+@@ -41,19 +41,6 @@ const ContributorBadge: ProfileBadge = {
onClick: (_, { userId }) => openContributorModal(UserStore.getUser(userId))
};
@@ -49,7 +49,7 @@ index 89a992ac..642769c8 100644
export default definePlugin({
name: "BadgeAPI",
description: "API to add badges to users.",
-@@ -119,20 +106,8 @@ export default definePlugin({
+@@ -89,20 +76,8 @@ export default definePlugin({
}
],
@@ -70,7 +70,7 @@ index 89a992ac..642769c8 100644
},
getBadges(props: { userId: string; user?: User; guildId: string; }) {
-@@ -152,74 +127,4 @@ export default definePlugin({
+@@ -122,74 +97,4 @@ export default definePlugin({
const Component = badge.component!;
return ;
}, { noop: true }),
@@ -146,5 +146,5 @@ index 89a992ac..642769c8 100644
- }
});
--
-2.45.2
+2.46.0
diff --git a/vencord-patches/0002-Small-rebrand.patch b/vencord-patches/0002-Small-rebrand.patch
index 0c72f5c..b7192e0 100644
--- a/vencord-patches/0002-Small-rebrand.patch
+++ b/vencord-patches/0002-Small-rebrand.patch
@@ -1,4 +1,4 @@
-From e5d50191a03a95601dae62aed9f192f242706009 Mon Sep 17 00:00:00 2001
+From a8e3c2075358c6d311959c37a64b5ab5adb4ba18 Mon Sep 17 00:00:00 2001
From: 1024x2 <2pow11@gmail.com>
Date: Sat, 8 Jun 2024 22:58:09 +0100
Subject: [PATCH 2/8] Small rebrand
@@ -11,7 +11,7 @@ There's a litevex in here! It's got my gun!!! AHHHHHHHH
3 files changed, 28 insertions(+), 34 deletions(-)
diff --git a/README.md b/README.md
-index 61575d4b..995af92d 100644
+index 61575d4..995af92 100644
--- a/README.md
+++ b/README.md
@@ -1,20 +1,21 @@
@@ -104,7 +104,7 @@ index 61575d4b..995af92d 100644
+
+big big chungus big chungus big chungus
diff --git a/src/components/VencordSettings/VencordTab.tsx b/src/components/VencordSettings/VencordTab.tsx
-index 97f82e77..675682e8 100644
+index 97f82e7..675682e 100644
--- a/src/components/VencordSettings/VencordTab.tsx
+++ b/src/components/VencordSettings/VencordTab.tsx
@@ -35,8 +35,8 @@ import { SettingsTab, wrapTab } from "./shared";
@@ -119,7 +119,7 @@ index 97f82e77..675682e8 100644
type KeysOfType