Remove slow burn-in effect.

This commit is contained in:
Filippo Scognamiglio
2022-01-08 22:32:42 +01:00
parent 552947f507
commit 7b69d41c60
8 changed files with 3 additions and 191 deletions

View File

@@ -154,12 +154,6 @@ ColumnLayout {
Label {
text: Math.round(burnInSlider.value * 100) + "%"
}
CheckBox {
Layout.columnSpan: 2
text: qsTr("Burnin optimization (Might display timing artifacts)")
checked: appSettings.useFastBurnIn
onCheckedChanged: appSettings.useFastBurnIn = checked
}
}
}
}