config/powercord: readd updator, disable updates

This commit is contained in:
Infinidoge 2021-11-10 12:31:20 -05:00
parent c370f7bd40
commit 17416ec09f
2 changed files with 18 additions and 3 deletions

View file

@ -1,10 +1,9 @@
{ {
"advancedSettings": true, "advancedSettings": false,
"experiments": true, "experiments": true,
"disabledPlugins": [ "disabledPlugins": [
"pc-lmgtfy", "pc-lmgtfy",
"pc-spotify", "pc-spotify",
"pc-heygirl", "pc-heygirl"
"pc-updater"
] ]
} }

View file

@ -0,0 +1,16 @@
{
"paused": false,
"failed": false,
"checking": false,
"updating": false,
"awaiting_reload": false,
"checking_progress": [
1,
1
],
"last_changelog": "updates-26-04-20",
"updates": [],
"last_check": 1636564355304,
"automatic": false,
"disabled": true
}