update: changes to the settings module

This commit is contained in:
John 2025-12-02 23:48:45 +01:00
parent e608c790ed
commit 914b7aaaef
2 changed files with 3 additions and 2 deletions

View file

@ -5357,8 +5357,8 @@ class Settings(Page):
("Create/Edit", self.show_registrations_page),
("Verification", self.show_verification_page),
("Systemwide", self.show_systemwide_page),
("Bwrap Permission", self.show_bwrap_page),
("Delete Profile", self.show_delete_page),
("Bwrap Permission", self.show_bwrap_page),
("Error Logs", self.show_logs_page),
("Debug Help", self.show_debug_page)
]
@ -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: 14px; {self.font_style}")
description.setStyleSheet(f"color: white; font-size: 16px; font-family: Arial;")
layout.addWidget(description)
status_layout = QHBoxLayout()

1
sp-hydra-veil-core Submodule

@ -0,0 +1 @@
Subproject commit 272fa5f93bc642f521fe391b985e31c72a91ee13