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() { 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