Skip apply_console_font off-ISO

This commit is contained in:
Softer 2026-04-20 13:39:57 +03:00
parent a973ca05c3
commit 0ac29d356d
1 changed files with 3 additions and 0 deletions

View File

@ -217,6 +217,9 @@ class TranslationHandler:
If FONT is set but invalid, fall back to language font.
If FONT is not set, use active language font.
"""
if not running_from_iso():
return
if _ENV_FONT:
if self._set_font(_ENV_FONT):
self._using_env_font = True