blob: 5fb945baa9139e3b68ef5f2574c147a427a92c6e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- /opt/powercord/src/Powercord/plugins/pc-updater/index.js 2020-08-15 18:33:09.000000000 +0200
+++ ./pc-updater_index.js 2020-08-15 21:53:34.084949377 +0200
@@ -70,9 +70,6 @@
const themes = [ ...powercord.styleManager.themes.values() ].filter(t => t.isTheme);
const entities = plugins.concat(themes).filter(e => !disabled.includes(e.updateIdentifier) && e.isUpdatable());
- if (!disabled.includes(powercord.updateIdentifier)) {
- entities.push(powercord);
- }
let done = 0;
const updates = [];
|