summarylogtreecommitdiffstats
path: root/index.js.patch
diff options
context:
space:
mode:
Diffstat (limited to 'index.js.patch')
-rw-r--r--index.js.patch14
1 files changed, 3 insertions, 11 deletions
diff --git a/index.js.patch b/index.js.patch
index efccef5b5250..6aa62570f122 100644
--- a/index.js.patch
+++ b/index.js.patch
@@ -1,6 +1,6 @@
---- /opt/powercord/src/Powercord/index.js 2020-08-15 18:33:09.000000000 +0200
-+++ ./index.js 2020-08-15 22:14:22.762386298 +0200
-@@ -54,9 +54,9 @@
+--- ./powercord/src/Powercord/index.js 2022-05-29 00:03:57.291394709 +0200
++++ ./index.js.patched 2022-05-29 00:11:14.281641878 +0200
+@@ -53,9 +53,9 @@
this.api = {};
this.gitInfos = {
@@ -13,11 +13,3 @@
};
this.initialized = false;
this.styleManager = new StyleManager();
-@@ -89,7 +89,6 @@
- // Start
- await this.startup();
- this.fetchAccount();
-- this.gitInfos = await this.pluginManager.get('pc-updater').getGitInfos();
-
- // Token manipulation stuff
- if (this.settings.get('hideToken', true)) {