Make it possible to change the font size for regular text
All checks were successful
CI / test (push) Successful in 4m14s
Trivy / test (push) Successful in 20s
Lint / test (push) Successful in 30s

This commit is contained in:
Miguel Jacq 2025-11-21 10:30:40 +11:00
parent 0923fb4395
commit 0e5d622a4e
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9
7 changed files with 64 additions and 4 deletions

View file

@ -64,6 +64,7 @@ class DBConfig:
tags: bool = True
time_log: bool = True
locale: str = "en"
font_size: int = 11
class DBManager: