Compact button options and add option for skip to highlight button

This commit is contained in:
Ajay Ramachandran
2021-09-30 19:23:17 -04:00
parent 59f8f82655
commit 1bfb5cfb13
4 changed files with 29 additions and 34 deletions

View File

@@ -111,7 +111,7 @@ export class SkipButtonControlBar {
}
disableText(): void {
if (Config.config.hideVideoPlayerControls) {
if (Config.config.hideVideoPlayerControls || Config.config.hideSkipButtonPlayerControls) {
this.disable();
return;
}