From 197a9cfea1cd2d0fd87a59e8624189315e2afe47 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 29 Dec 2025 21:02:18 +0100 Subject: [PATCH] update: updated after enable page --- gui/__main__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gui/__main__.py b/gui/__main__.py index 274a078..2e7ca89 100755 --- a/gui/__main__.py +++ b/gui/__main__.py @@ -2086,7 +2086,7 @@ class MenuPage(Page): label_principal.show() self.additional_labels.append(label_principal) - if protocol.lower() == "wireguard" and ConfigurationController.get_endpoint_verification_enabled() and operator_name == 'Simplified Privacy': + if protocol.lower() == "wireguard" and ConfigurationController.get_endpoint_verification_enabled(): if is_profile_enabled and profile_obj and profile_obj.connection and profile_obj.connection.code == 'wireguard': verified_icon = QLabel(self) verified_icon.setGeometry(20, 50, 100, 80) @@ -2097,7 +2097,6 @@ class MenuPage(Page): verified_icon.show() self.additional_labels.append(verified_icon) - if operator_name == 'Simplified Privacy': if protocol.lower() == "hidetor" and not show_verification_widget: if label_principal: