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:
parent
8d05cb9f3b
commit
520da3e915
4 changed files with 191 additions and 19 deletions
|
|
@ -107,6 +107,9 @@ Singleton {
|
|||
// Kickoff Matugen service
|
||||
MatugenService.init()
|
||||
|
||||
// Kickoff Font service
|
||||
FontService.init()
|
||||
|
||||
Qt.callLater(function () {
|
||||
validateMonitorConfigurations()
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue