mirror of
https://github.com/Swordfish90/cool-retro-term.git
synced 2025-03-20 17:48:46 +00:00
Fix: font was not updated when profile changed.
This commit is contained in:
parent
4d3c16fabc
commit
04a6365349
@ -63,7 +63,7 @@ Tab{
|
|||||||
}
|
}
|
||||||
Connections{
|
Connections{
|
||||||
target: appSettings
|
target: appSettings
|
||||||
onRasterizationChanged: fontChanger.updateIndex();
|
onTerminalFontChanged: fontChanger.updateIndex();
|
||||||
}
|
}
|
||||||
Component.onCompleted: updateIndex();
|
Component.onCompleted: updateIndex();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user