feat: add font size scaling setting

Adds an option in Appearance Settings to adjust font size scaling,
improving accessibility and user customization.
This commit is contained in:
Kristen McWilliam
2025-10-31 13:47:33 -04:00
parent 7def8c066c
commit 25c0bc131a
9 changed files with 48 additions and 1 deletions

View File

@@ -77,6 +77,7 @@ QQC2.Control {
color: Kirigami.Theme.textColor
font.family: "monospace"
font.pointSize: Kirigami.Theme.defaultFont.pointSize * NeoChatConfig.fontScale
Kirigami.SpellCheck.enabled: false