mirror of
https://github.com/dmunozv04/iSponsorBlockTV.git
synced 2025-12-27 01:48:51 +03:00
Merge pull request #102 from kot0dama/kot0dama-patch-wizard-labels
Fix muting/skipping ads labels mixup in setup_wizard.py
This commit is contained in:
@@ -559,9 +559,9 @@ class AdSkipMuteManager(Vertical):
|
|||||||
"This feature allows you to automatically mute and/or skip native YouTube ads. Skipping ads only works if that ad shows the 'Skip Ad' button, if it doesn't then it will only be able to be muted.",
|
"This feature allows you to automatically mute and/or skip native YouTube ads. Skipping ads only works if that ad shows the 'Skip Ad' button, if it doesn't then it will only be able to be muted.",
|
||||||
classes="subtitle", id="skip-count-tracking-subtitle")
|
classes="subtitle", id="skip-count-tracking-subtitle")
|
||||||
with Horizontal(id="ad-skip-mute-container"):
|
with Horizontal(id="ad-skip-mute-container"):
|
||||||
yield Checkbox(value=self.config.mute_ads, id="mute-ads-switch",
|
|
||||||
label="Enable skipping ads")
|
|
||||||
yield Checkbox(value=self.config.skip_ads, id="skip-ads-switch",
|
yield Checkbox(value=self.config.skip_ads, id="skip-ads-switch",
|
||||||
|
label="Enable skipping ads")
|
||||||
|
yield Checkbox(value=self.config.mute_ads, id="mute-ads-switch",
|
||||||
label="Enable muting ads")
|
label="Enable muting ads")
|
||||||
|
|
||||||
@on(Checkbox.Changed, "#mute-ads-switch")
|
@on(Checkbox.Changed, "#mute-ads-switch")
|
||||||
|
|||||||
Reference in New Issue
Block a user