update: changes to the settings module
This commit is contained in:
parent
e608c790ed
commit
914b7aaaef
2 changed files with 3 additions and 2 deletions
|
|
@ -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
1
sp-hydra-veil-core
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 272fa5f93bc642f521fe391b985e31c72a91ee13
|
||||
Loading…
Reference in a new issue