1
0
mirror of https://github.com/Swordfish90/cool-retro-term.git synced 2025-11-01 15:42:12 +00:00

Unload frame when not needed.

This commit is contained in:
Filippo Scognamiglio
2018-12-03 19:28:50 +01:00
parent 44a63d4aaa
commit 77dc82a381
2 changed files with 6 additions and 4 deletions

View File

@@ -481,9 +481,13 @@ Item {
"gl_FragColor = vec4(finalColor, qt_Opacity);" +
"}"
NewTerminalFrame {
Loader {
anchors.fill: parent
blending: true
active: screenCurvature !== 0
sourceComponent: NewTerminalFrame {
blending: true
}
}
onStatusChanged: {