From d9f0b1ee6c0f95b214eae190ae98ed995f280ec5 Mon Sep 17 00:00:00 2001 From: John Date: Sat, 14 Mar 2026 21:11:27 +0100 Subject: [PATCH] update: fixed singapore asset --- gui/__main__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gui/__main__.py b/gui/__main__.py index 32dd16a..a03e9c6 100755 --- a/gui/__main__.py +++ b/gui/__main__.py @@ -2046,7 +2046,7 @@ class MenuPage(Page): show_verification_widget = True label_principal = None - elif operator_name != 'Simplified Privacy': + elif operator_name != 'Simplified Privacy' and protocol.lower() == "wireguard": if profile_obj.is_session_profile(): text_color = "black" label_background = QLabel(self) @@ -5239,7 +5239,7 @@ class EditorPage(Page): l_name = f"{location_info.country_name}, {location_info.name}" if hasattr( location_info, 'country_name') else "" - if operator_name != 'Simplified Privacy' and operator_name != "": + if operator_name != 'Simplified Privacy' and operator_name != "" and protocol != 'hidetor': text_color = "white" if profile_obj and profile_obj.is_session_profile(): text_color = "black"