Skip to content

Commit 25695c0

Browse files
committed
Fix warning in terminal destruction.
1 parent b77a1b5 commit 25695c0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

app/qml/PreprocessedTerminal.qml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,9 @@ Item{
186186
appSettings.fontManager.refresh()
187187
startSession();
188188
}
189+
Component.onDestruction: {
190+
appSettings.fontManager.terminalFontChanged.disconnect(handleFontChanged);
191+
}
189192
}
190193

191194
Component {

0 commit comments

Comments
 (0)