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:
Isaiah Odhner 2023-09-04 17:35:06 -04:00
parent bcbf877fb8
commit 79b9c37c09

View File

@ -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