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

Tiny fixes to burn-in.

This commit is contained in:
Filippo Scognamiglio 2022-01-08 23:15:29 +01:00
parent ef9f412e5f
commit 997131ba64

View File

@ -29,7 +29,6 @@ Loader {
property real lastUpdate: 0
property real prevLastUpdate: 0
property real delay: (1.0 / appSettings.fps) * 1000
property real burnIn: appSettings.burnIn
property real burnInFadeTime: 1 / Utils.lint(_minBurnInFadeTime, _maxBurnInFadeTime, burnIn)
property real _minBurnInFadeTime: appSettings.minBurnInFadeTime
@ -101,14 +100,6 @@ Loader {
burnInEffect.restartBlurSource()
}
}
Connections {
target: kterminalScrollbar
function onOpacityChanged() {
completelyUpdate()
}
}
}
ShaderLibrary {