From f27f826a6938b0cf147a94192417422c00214588 Mon Sep 17 00:00:00 2001 From: John Date: Wed, 3 Dec 2025 08:35:36 +0100 Subject: [PATCH] update: added bigger font on sudo paragraph text --- gui/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/__main__.py b/gui/__main__.py index 727f62e..28b3a69 100755 --- a/gui/__main__.py +++ b/gui/__main__.py @@ -6963,7 +6963,7 @@ class Settings(Page): description = QLabel("Control whether HydraVeil configures a sudo policy so system-wide WireGuard profiles can be started without entering your sudo password.") description.setWordWrap(True) - description.setStyleSheet(f"color: white; font-size: 16px; font-family: Arial;") + description.setStyleSheet(f"color: white; font-size: 18px; font-family: Arial;") layout.addWidget(description) status_layout = QHBoxLayout()