chore(mypy)

Signed-off-by: h8d13 <hadean-eon-dev@proton.me>
This commit is contained in:
h8d13 2026-08-12 14:23:29 +02:00
parent bda45164d5
commit 82a40ffde7
No known key found for this signature in database
GPG Key ID: 4066352FC2E0674B
1 changed files with 2 additions and 0 deletions

View File

@ -126,6 +126,8 @@ class ArchConfigType(StrEnum):
return tr('Hostname')
case ArchConfigType.KERNELS:
return tr('Kernels')
case ArchConfigType.FIRMWARE_OPTDEPS:
return tr('Optional firmware')
case ArchConfigType.NTP:
return tr('Automatic time sync (NTP)')
case ArchConfigType.TIMEZONE: