mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-10 09:07:45 +01:00
don't show update notice when disabled
This commit is contained in:
parent
6d757857cb
commit
614d6a722a
1 changed files with 2 additions and 1 deletions
|
@ -943,7 +943,8 @@ async function sponsorsLookup(keepOldSubmissions = true) {
|
|||
|
||||
setupVideoMutationListener();
|
||||
|
||||
const showChapterMessage = Config.config.payments.lastCheck !== 0
|
||||
const showChapterMessage = Config.config.showUpsells
|
||||
&& Config.config.payments.lastCheck !== 0
|
||||
&& !noRefreshFetchingChaptersAllowed()
|
||||
&& Config.config.showChapterInfoMessage
|
||||
&& Config.config.skipCount > 200
|
||||
|
|
Loading…
Reference in a new issue