summaryrefslogtreecommitdiffstats
path: root/core/config.py
AgeCommit message (Collapse)AuthorFilesLines
6 daysfeat: add font_size config option, apply at startupDanilo M.1-0/+3
Reads font_size (int, default 10) from config.toml and sets it as the app-wide QFont point size before the main window is shown. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
8 daysfix: clean up config module - remove self-import pattern, pass path ↵Danilo M.1-12/+7
explicitly in tests
8 daysfeat: config load/save with tomlkitDanilo M.1-0/+40
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>