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"