mirror of
https://github.com/1j01/textual-paint.git
synced 2024-12-22 14:21:33 +03:00
ASCIItulate radio buttons in --ascii-only mode
I think that's the last thing! Except for the weird circle in the Header widget, and my NanoTiny font when zoomed in.
This commit is contained in:
parent
bcbf877fb8
commit
79b9c37c09
@ -5244,6 +5244,8 @@ if args.ascii_only:
|
||||
from .ascii_borders import force_ascii_borders
|
||||
force_ascii_borders()
|
||||
|
||||
RadioButton.BUTTON_INNER = "*" # "*", "o", "O", "@"
|
||||
|
||||
|
||||
# `textual run --dev src.textual_paint.paint` will search for a
|
||||
# global variable named `app`, and fallback to
|
||||
|
Loading…
Reference in New Issue
Block a user