mirror of
https://github.com/Swordfish90/cool-retro-term.git
synced 2026-02-08 00:32:27 +00:00
Fix warning in terminal destruction.
This commit is contained in:
@@ -186,6 +186,9 @@ Item{
|
||||
appSettings.fontManager.refresh()
|
||||
startSession();
|
||||
}
|
||||
Component.onDestruction: {
|
||||
appSettings.fontManager.terminalFontChanged.disconnect(handleFontChanged);
|
||||
}
|
||||
}
|
||||
|
||||
Component {
|
||||
|
||||
Reference in New Issue
Block a user