mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-06 19:47:04 +03:00
@@ -79,7 +79,7 @@ export class SkipButtonControlBar {
|
|||||||
mountingContainer.insertBefore(this.container, this.chapterText);
|
mountingContainer.insertBefore(this.container, this.chapterText);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (Config.config.autoHideInfoButton && !this.onMobileYouTube) {
|
if (!this.onMobileYouTube) {
|
||||||
utils.setupAutoHideAnimation(this.skipIcon, mountingContainer, false, false);
|
utils.setupAutoHideAnimation(this.skipIcon, mountingContainer, false, false);
|
||||||
} else {
|
} else {
|
||||||
const { hide, show } = utils.setupCustomHideAnimation(this.skipIcon, mountingContainer, false, false);
|
const { hide, show } = utils.setupCustomHideAnimation(this.skipIcon, mountingContainer, false, false);
|
||||||
|
|||||||
Reference in New Issue
Block a user