mirror of
https://github.com/1j01/textual-paint.git
synced 2024-12-26 08:15:04 +03:00
Fix "[filename]" missing, interpreted as markup and ignored
This commit is contained in:
parent
29376af66c
commit
85449524bf
@ -2294,7 +2294,7 @@ class PaintApp(App[None]):
|
||||
handle_button=lambda button: window.close(),
|
||||
)
|
||||
help_text = parser.format_help()
|
||||
window.content.mount(Container(Static(help_text), classes="help_text_container"))
|
||||
window.content.mount(Container(Static(help_text, markup=False), classes="help_text_container"))
|
||||
window.content.mount(Button(_("OK"), classes="ok submit"))
|
||||
self.mount(window)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user