diff --git a/app/qml/BurnInEffect.qml b/app/qml/BurnInEffect.qml index 678bd65..644eb4f 100644 --- a/app/qml/BurnInEffect.qml +++ b/app/qml/BurnInEffect.qml @@ -58,7 +58,7 @@ Loader { // Enabling smooth with a low burnInQuality causes bad artifacts because the FBO // has different values when it's read back. This lowers the quality, but makes it more consistent. - smooth: appSettings.burnInQuality === 1.0 + smooth: true //appSettings.burnInQuality === 1.0 visible: false