mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Merge pull request #469 from Textualize/fix-devtools-instructional-header
Update connection instructions in devtools header
This commit is contained in:
@@ -33,7 +33,7 @@ class DevConsoleHeader:
|
||||
lines = Renderables(
|
||||
[
|
||||
f"[bold]Textual Development Console [magenta]v{version('textual')}",
|
||||
"[magenta]Run a Textual app with the environment variable [b]TEXTUAL_DEVTOOLS=1[/] to connect.",
|
||||
"[magenta]Run a Textual app with the environment variable [b]TEXTUAL=devtools[/] to connect.",
|
||||
"[magenta]Press [b]Ctrl+C[/] to quit.",
|
||||
]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user