From d1697c3c30b8633ea2754d257db189fce268f898 Mon Sep 17 00:00:00 2001 From: 1024x2 Date: Thu, 13 Jun 2024 01:01:10 +0100 Subject: Oops --- 0003-Experiments-Re-add-staging-banner.patch | 20 +++++++------------- ...on-t-prompt-for-updates-when-on-a-local-bra.patch | 2 +- ...-CSP-bypass-on-stock-discord-desktop-client.patch | 2 +- 0006-Updater-Disable-auto-update-by-default.patch | 2 +- 4 files changed, 10 insertions(+), 16 deletions(-) diff --git a/0003-Experiments-Re-add-staging-banner.patch b/0003-Experiments-Re-add-staging-banner.patch index cb724d4..d3afa8d 100644 --- a/0003-Experiments-Re-add-staging-banner.patch +++ b/0003-Experiments-Re-add-staging-banner.patch @@ -1,18 +1,18 @@ -From 91ff27cfc07a3d8100ab3ff8f7e3926a653968b7 Mon Sep 17 00:00:00 2001 +From 1460d956d90877547bb1a9164ccad58f43c984bb Mon Sep 17 00:00:00 2001 From: 1024x2 <2pow11@gmail.com> -Date: Thu, 13 Jun 2024 00:59:16 +0100 +Date: Thu, 13 Jun 2024 01:00:35 +0100 Subject: [PATCH 3/6] Experiments: Re-add staging banner (it's funny) --- - src/plugins/experiments/index.tsx | 24 +++++++++++++++++++++++- - 1 file changed, 23 insertions(+), 1 deletion(-) + src/plugins/experiments/index.tsx | 18 +++++++++++++++++- + 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/src/plugins/experiments/index.tsx b/src/plugins/experiments/index.tsx -index 9cb22521..201df515 100644 +index 9cb22521..6374c8ac 100644 --- a/src/plugins/experiments/index.tsx +++ b/src/plugins/experiments/index.tsx -@@ -21,16 +21,30 @@ import { disableStyle, enableStyle } from "@api/Styles"; +@@ -21,16 +21,24 @@ import { disableStyle, enableStyle } from "@api/Styles"; import ErrorBoundary from "@components/ErrorBoundary"; import { ErrorCard } from "@components/ErrorCard"; import { Devs } from "@utils/constants"; @@ -29,12 +29,6 @@ index 9cb22521..201df515 100644 const KbdStyles = findByPropsLazy("key", "removeBuildOverride"); const settings = definePluginSettings({ -+ enableIsStaff: { -+ description: "Enable isStaff", -+ type: OptionType.BOOLEAN, -+ default: false, -+ restartNeeded: true -+ }, + forceStagingBanner: { + description: "Whether to force Staging banner under user area.", + type: OptionType.BOOLEAN, @@ -44,7 +38,7 @@ index 9cb22521..201df515 100644 toolbarDevMenu: { type: OptionType.BOOLEAN, description: "Change the Help (?) toolbar button (top right in chat) to Discord's developer menu", -@@ -91,6 +105,14 @@ export default definePlugin({ +@@ -91,6 +99,14 @@ export default definePlugin({ match: /!\(\i\.isDM\(\)\|\|\i\.isThread\(\)\)/, replace: "true", } diff --git a/0004-Updater-don-t-prompt-for-updates-when-on-a-local-bra.patch b/0004-Updater-don-t-prompt-for-updates-when-on-a-local-bra.patch index e0276c7..58338bf 100644 --- a/0004-Updater-don-t-prompt-for-updates-when-on-a-local-bra.patch +++ b/0004-Updater-don-t-prompt-for-updates-when-on-a-local-bra.patch @@ -1,4 +1,4 @@ -From 41acca337b9dcf3ad1a71d949a635bd9537eccee Mon Sep 17 00:00:00 2001 +From 9d07ec222bebf8957da4888f935671a11ff8d633 Mon Sep 17 00:00:00 2001 From: 1024x2 <2pow11@gmail.com> Date: Sat, 9 Mar 2024 08:00:55 +0000 Subject: [PATCH 4/6] Updater: don't prompt for updates when on a local branch diff --git a/0005-Enable-CSP-bypass-on-stock-discord-desktop-client.patch b/0005-Enable-CSP-bypass-on-stock-discord-desktop-client.patch index 6de9bd6..fb48094 100644 --- a/0005-Enable-CSP-bypass-on-stock-discord-desktop-client.patch +++ b/0005-Enable-CSP-bypass-on-stock-discord-desktop-client.patch @@ -1,4 +1,4 @@ -From 5b5f38a2f78bdcbce52ec03efd5b2baccc5eeb7c Mon Sep 17 00:00:00 2001 +From 7624067dbd0795b4bf87f7786226a60f1d7b06e6 Mon Sep 17 00:00:00 2001 From: 1024x2 <2pow11@gmail.com> Date: Wed, 27 Dec 2023 15:05:44 +0000 Subject: [PATCH 5/6] Enable CSP bypass on stock discord desktop client diff --git a/0006-Updater-Disable-auto-update-by-default.patch b/0006-Updater-Disable-auto-update-by-default.patch index 185c0a6..873d17b 100644 --- a/0006-Updater-Disable-auto-update-by-default.patch +++ b/0006-Updater-Disable-auto-update-by-default.patch @@ -1,4 +1,4 @@ -From 88c5d967763b474bb6bd16410efb5925ede88dbe Mon Sep 17 00:00:00 2001 +From 9504b94a562aea236704b522005e68aa4d8afee4 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 -- cgit v1.2.3