Make it possible to change the font size for regular text
This commit is contained in:
parent
0923fb4395
commit
0e5d622a4e
7 changed files with 64 additions and 4 deletions
|
|
@ -64,6 +64,7 @@ class DBConfig:
|
|||
tags: bool = True
|
||||
time_log: bool = True
|
||||
locale: str = "en"
|
||||
font_size: int = 11
|
||||
|
||||
|
||||
class DBManager:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue