]> danix's work - publisher.git/commit
feat: add font_size config option, apply at startup
authorDanilo M. <redacted>
Sun, 3 May 2026 09:10:35 +0000 (11:10 +0200)
committerDanilo M. <redacted>
Sun, 3 May 2026 09:10:35 +0000 (11:10 +0200)
commit5ad8acdc67e05bf37e1fac41567e1f0ab3768a84
tree99a001d990f4fc5fead36ba0f6aa64625fa9efcb
parent2c534f8ca8ad60d4fb7796837c3e43de1540b712
feat: add font_size config option, apply at startup

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 <redacted>
core/config.py
main.py