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() {
|
||||
await fetchConfig();
|
||||
addDefaults();
|
||||
addDefaults();
|
||||
SB.config = configProxy();
|
||||
}
|
||||
|
||||
@@ -45,8 +45,7 @@ SB.defaults = {
|
||||
"dontShowNotice": false,
|
||||
"hideVideoPlayerControls": false,
|
||||
"hideInfoButtonPlayerControls": false,
|
||||
"hideDeleteButtonPlayerControls": false,
|
||||
"dontShowNoticeOld": false
|
||||
"hideDeleteButtonPlayerControls": false
|
||||
}
|
||||
|
||||
// Reset config
|
||||
|
||||
Reference in New Issue
Block a user