mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-06 11:37:02 +03:00
don't show update notice when disabled
This commit is contained in:
@@ -943,7 +943,8 @@ async function sponsorsLookup(keepOldSubmissions = true) {
|
|||||||
|
|
||||||
setupVideoMutationListener();
|
setupVideoMutationListener();
|
||||||
|
|
||||||
const showChapterMessage = Config.config.payments.lastCheck !== 0
|
const showChapterMessage = Config.config.showUpsells
|
||||||
|
&& Config.config.payments.lastCheck !== 0
|
||||||
&& !noRefreshFetchingChaptersAllowed()
|
&& !noRefreshFetchingChaptersAllowed()
|
||||||
&& Config.config.showChapterInfoMessage
|
&& Config.config.showChapterInfoMessage
|
||||||
&& Config.config.skipCount > 200
|
&& Config.config.skipCount > 200
|
||||||
|
|||||||
Reference in New Issue
Block a user