removed SB.config.dontShowNoticeOld

This commit is contained in:
Official Noob
2020-01-06 18:59:38 +00:00
committed by GitHub
parent 92f10d51aa
commit f1c68a98cf

5
SB.js
View File

@@ -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