mirror of
https://github.com/dmunozv04/iSponsorBlockTV.git
synced 2025-12-06 11:56:45 +03:00
split label text to pass deepSource python check
This commit is contained in:
@@ -899,7 +899,8 @@ class UseProxyManager(Vertical):
|
|||||||
def compose(self) -> ComposeResult:
|
def compose(self) -> ComposeResult:
|
||||||
yield Label("Use proxy", classes="title")
|
yield Label("Use proxy", classes="title")
|
||||||
yield Label(
|
yield Label(
|
||||||
"This feature allows application to use system proxy, if it is set in environmental variables.",
|
"This feature allows application to use system proxy,"
|
||||||
|
" if it is set in environmental variables.",
|
||||||
classes="subtitle",
|
classes="subtitle",
|
||||||
id="useproxy-subtitle",
|
id="useproxy-subtitle",
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user