mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-09 04:57:09 +03:00
removed SB.config.dontShowNoticeOld
This commit is contained in:
5
SB.js
5
SB.js
@@ -28,7 +28,7 @@ fetchConfig = () => new Promise((resolve, reject) => {
|
|||||||
|
|
||||||
async function config() {
|
async function config() {
|
||||||
await fetchConfig();
|
await fetchConfig();
|
||||||
addDefaults();
|
addDefaults();
|
||||||
SB.config = configProxy();
|
SB.config = configProxy();
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -45,8 +45,7 @@ SB.defaults = {
|
|||||||
"dontShowNotice": false,
|
"dontShowNotice": false,
|
||||||
"hideVideoPlayerControls": false,
|
"hideVideoPlayerControls": false,
|
||||||
"hideInfoButtonPlayerControls": false,
|
"hideInfoButtonPlayerControls": false,
|
||||||
"hideDeleteButtonPlayerControls": false,
|
"hideDeleteButtonPlayerControls": false
|
||||||
"dontShowNoticeOld": false
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Reset config
|
// Reset config
|
||||||
|
|||||||
Reference in New Issue
Block a user