summarylogtreecommitdiffstats
path: root/index.js.patch
diff options
context:
space:
mode:
authorKillswitch2022-05-29 00:24:55 +0200
committerKillswitch2022-05-29 00:24:55 +0200
commit5b1a6c3606fb3cdfab33f7b4edd63bbca9f3f691 (patch)
treec8d17e8e8d58405c9404e25e2d63e36efaced0dc /index.js.patch
parent038ee36e68f75ad0770669c880c8598080899581 (diff)
downloadaur-powercord-git.tar.gz
Incorporated changes made by Marie Ramlow
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)) {