Replace NTextInput with NComboBox for font settings

FontService: use Qt.fontFamilies to grab available fonts and split Mono
fonts
NComboBox: allow height changes
GeneralTab: replace NTextInput with NComboBox
This commit is contained in:
Ly-sec 2025-09-02 20:07:10 +02:00
parent 8d05cb9f3b
commit 520da3e915
4 changed files with 191 additions and 19 deletions

View file

@ -107,6 +107,9 @@ Singleton {
// Kickoff Matugen service
MatugenService.init()
// Kickoff Font service
FontService.init()
Qt.callLater(function () {
validateMonitorConfigurations()
})