From a9e5f309a68e9ea01bf8ed99877e0fef7b9b7189 Mon Sep 17 00:00:00 2001 From: ryan Date: Tue, 27 Apr 2021 19:25:50 -0500 Subject: [PATCH] Tweaking brightness --- 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 fe59b53..16d601d 100644 --- a/app/qml/ApplicationSettings.qml +++ b/app/qml/ApplicationSettings.qml @@ -420,7 +420,7 @@ QtObject{ "ambientLight": 0.2, "backgroundColor": "#000000", "bloom": 0.32, - "brightness": 1, + "brightness": 0.85, "burnIn": 0.30, "chromaColor": 1, "contrast": 0.75,