mirror of
https://github.com/dmunozv04/iSponsorBlockTV.git
synced 2025-12-06 03:46:44 +03:00
fixed prompts
This commit is contained in:
@@ -5,7 +5,7 @@ import aiohttp
|
|||||||
from . import api_helpers, ytlounge
|
from . import api_helpers, ytlounge
|
||||||
|
|
||||||
# Constants for user input prompts
|
# Constants for user input prompts
|
||||||
USE_PROXY_PROMPT = "Do you want to use system-wide proxy?"
|
USE_PROXY_PROMPT = "Do you want to use system-wide proxy? (y/N)"
|
||||||
ATVS_REMOVAL_PROMPT = (
|
ATVS_REMOVAL_PROMPT = (
|
||||||
"Do you want to remove the legacy 'atvs' entry (the app won't start with it present)? (y/N) "
|
"Do you want to remove the legacy 'atvs' entry (the app won't start with it present)? (y/N) "
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -901,7 +901,11 @@ class UseProxyManager(Vertical):
|
|||||||
yield Label("Use proxy", classes="title")
|
yield Label("Use proxy", classes="title")
|
||||||
yield Label(
|
yield Label(
|
||||||
"This feature allows application to use system proxy,"
|
"This feature allows application to use system proxy,"
|
||||||
" if it is set in environmental variables.",
|
" if it is set in environment variables."
|
||||||
|
" This parameter will be passed in all [i]aiohttp.ClientSession[/i]"
|
||||||
|
" calls. For further information, see \"[i]trust_env[/i]\" section at"
|
||||||
|
" [link='https://docs.aiohttp.org/en/stable/client_reference.html']"
|
||||||
|
"aiohttp documentation[/link].",
|
||||||
classes="subtitle",
|
classes="subtitle",
|
||||||
id="useproxy-subtitle",
|
id="useproxy-subtitle",
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user