From fd2e5ce71ef5d6f33f5854eb90e2c5fe5ab089b0 Mon Sep 17 00:00:00 2001 From: Filippo Scognamiglio Date: Mon, 3 Dec 2018 16:06:48 +0100 Subject: [PATCH] Reduce default fps to 20. It looks good with new burnin and saves some gpu. --- app/qml/ApplicationSettings.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/qml/ApplicationSettings.qml b/app/qml/ApplicationSettings.qml index 69fea91..1a0e1da 100644 --- a/app/qml/ApplicationSettings.qml +++ b/app/qml/ApplicationSettings.qml @@ -48,7 +48,7 @@ QtObject{ property bool showTerminalSize: true property real windowScaling: 1.0 - property real fps: 24 + property real fps: 20 property bool verbose: false property real bloomQuality: 0.5