mirror of
https://github.com/dmunozv04/iSponsorBlockTV.git
synced 2025-12-30 19:38:36 +03:00
fix panel fill
This commit is contained in:
@@ -864,12 +864,11 @@ class AutoPlayManager(Vertical):
|
|||||||
classes="subtitle",
|
classes="subtitle",
|
||||||
id="autoplay-subtitle",
|
id="autoplay-subtitle",
|
||||||
)
|
)
|
||||||
with Horizontal(id="autoplay-container"):
|
yield Checkbox(
|
||||||
yield Checkbox(
|
value=self.config.auto_play,
|
||||||
value=self.config.auto_play,
|
id="autoplay-switch",
|
||||||
id="autoplay-switch",
|
label="Enable autoplay",
|
||||||
label="Enable autoplay",
|
)
|
||||||
)
|
|
||||||
|
|
||||||
@on(Checkbox.Changed, "#autoplay-switch")
|
@on(Checkbox.Changed, "#autoplay-switch")
|
||||||
def changed_skip(self, event: Checkbox.Changed):
|
def changed_skip(self, event: Checkbox.Changed):
|
||||||
|
|||||||
Reference in New Issue
Block a user