mirror of
https://github.com/Swordfish90/cool-retro-term.git
synced 2026-02-08 00:32:27 +00:00
Fix many smaller issues.
This commit is contained in:
@@ -79,7 +79,7 @@ ColumnLayout {
|
||||
model: appSettings.filteredFontList
|
||||
textRole: "text"
|
||||
onActivated: {
|
||||
var font = appSettings.filteredFontList.get(index)
|
||||
var font = appSettings.filteredFontList.get(currentIndex)
|
||||
|
||||
// If selecting a high-res font while not in Modern mode,
|
||||
// switch to Modern to render at full resolution.
|
||||
|
||||
Reference in New Issue
Block a user