diff --git a/archinstall/tui/components.py b/archinstall/tui/components.py index ba85eaf8..71180e44 100644 --- a/archinstall/tui/components.py +++ b/archinstall/tui/components.py @@ -62,6 +62,11 @@ def _get_status_prefix(item: MenuItem) -> str: - ! (Yellow) for unconfigured items """ + is_special_key = '__config__' in item.key or item.key == '← ' + tr('Back') + + if item.read_only or is_special_key: + return '' + if item.has_value(): return ' ' else: