This commit is contained in:
Cooper Quintin
2025-11-12 10:36:14 -08:00
committed by Cooper Quintin
parent c8d1b52ca7
commit 1cf1d6d5b9

View File

@@ -178,6 +178,7 @@ pub fn update_ui(
let display_level = config.ui_level;
if display_level == 0 {
info!("Invisible mode, not spawning UI.");
return;
}
let colorblind_mode = config.colorblind_mode;