mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-09 04:57:09 +03:00
Fixed notice never hiding.
This commit is contained in:
@@ -83,7 +83,7 @@ chrome.storage.sync.get(["trackViewCount"], function(result) {
|
||||
//option renamed when new notice was made
|
||||
var dontShowNotice = false;
|
||||
chrome.storage.sync.get(["dontShowNotice"], function(result) {
|
||||
let dontShowNoticeAgain = result.dontShowNoticeAgain;
|
||||
let dontShowNoticeAgain = result.dontShowNotice;
|
||||
if (dontShowNoticeAgain != undefined) {
|
||||
dontShowNotice = dontShowNoticeAgain;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user