config/powercord: readd updator, disable updates
This commit is contained in:
parent
c370f7bd40
commit
17416ec09f
2 changed files with 18 additions and 3 deletions
|
@ -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"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
16
users/infinidoge/config/powercord/pc-updater.json
Normal file
16
users/infinidoge/config/powercord/pc-updater.json
Normal 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
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue