1
0
mirror of https://github.com/Swordfish90/cool-retro-term.git synced 2025-11-01 23:52:06 +00:00

Settings optin for old burinin version. It seems to be working better on osx.

This commit is contained in:
Filippo Scognamiglio
2019-01-09 19:01:11 +01:00
parent f2f38c0e0d
commit 0af2b20b3a
8 changed files with 182 additions and 18 deletions

View File

@@ -133,6 +133,12 @@ Tab{
}
}
SizedLabel{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
}
}
}
}