1
0
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:
Filippo Scognamiglio
2026-01-08 22:37:36 +01:00
parent e9c818242e
commit d10fe84c3a
48 changed files with 50 additions and 37 deletions

View File

@@ -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.