mirror of
https://github.com/dmunozv04/iSponsorBlockTV.git
synced 2025-12-06 11:56:45 +03:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
@@ -164,11 +164,6 @@ def main(config, debug: bool) -> None:
|
||||
== "n"
|
||||
)
|
||||
|
||||
config.auto_play = (
|
||||
not input(
|
||||
"Do you want to enable autoplay? (y/n) "
|
||||
)
|
||||
== "n"
|
||||
)
|
||||
config.auto_play = not input("Do you want to enable autoplay? (y/n) ") == "n"
|
||||
print("Config finished")
|
||||
config.save()
|
||||
|
||||
@@ -858,9 +858,7 @@ class AutoPlayManager(Vertical):
|
||||
def compose(self) -> ComposeResult:
|
||||
yield Label("Autoplay", classes="title")
|
||||
yield Label(
|
||||
(
|
||||
"This feature allows you to enable/disable autoplay"
|
||||
),
|
||||
"This feature allows you to enable/disable autoplay",
|
||||
classes="subtitle",
|
||||
id="autoplay-subtitle",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user