From f1c68a98cf1df932a3faddc63fc6996a3cc195e4 Mon Sep 17 00:00:00 2001 From: Official Noob <31563761+OfficialNoob@users.noreply.github.com> Date: Mon, 6 Jan 2020 18:59:38 +0000 Subject: [PATCH] removed SB.config.dontShowNoticeOld --- SB.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/SB.js b/SB.js index 9d7ee95b..da91cea3 100644 --- a/SB.js +++ b/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