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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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