Update application.py

This commit is contained in:
CooperWang0912 2026-07-29 18:47:22 +08:00
parent 4e8bc43414
commit 4edbd78e47
1 changed files with 2 additions and 0 deletions

View File

@ -288,6 +288,8 @@ class ApplicationConfiguration(SubConfig):
out.append(tr('Firewall "{}"').format(self.firewall_config.firewall))
if self.firewall_config.allow_ssh:
out.append(tr('SSH allowed'))
else:
out.append(tr('SSH not allowed'))
if self.fonts_config and self.fonts_config.fonts:
fonts = ', '.join(f.value for f in self.fonts_config.fonts)