diff --git a/app/qml/ApplicationSettings.qml b/app/qml/ApplicationSettings.qml index 1339cb4..c3f890d 100644 --- a/app/qml/ApplicationSettings.qml +++ b/app/qml/ApplicationSettings.qml @@ -466,6 +466,8 @@ QtObject { "rbgShift": 0, "saturationColor": 0.2483, "screenCurvature": 0.3, + "frameColor": "#ffffff", + "frameGloss": 0, "staticNoise": 0.1198, "windowOpacity": 1, "margin": 0.5, @@ -495,6 +497,8 @@ QtObject { "rbgShift": 0, "saturationColor": 0.0, "screenCurvature": 0.3, + "frameColor": "#ffffff", + "frameGloss": 0, "staticNoise": 0.1198, "windowOpacity": 1, "margin": 0.5, @@ -524,6 +528,8 @@ QtObject { "rbgShift": 0, "saturationColor": 0.5, "screenCurvature": 0.3, + "frameColor": "#ffffff", + "frameGloss": 0, "staticNoise": 0.15, "windowOpacity": 1, "margin": 0.5, @@ -553,6 +559,8 @@ QtObject { "rbgShift": 0, "saturationColor": 0, "screenCurvature": 0, + "frameColor": "#ffffff", + "frameGloss": 0, "staticNoise": 0.15, "windowOpacity": 1, "margin": 0.5, @@ -582,6 +590,8 @@ QtObject { "rbgShift": 0, "saturationColor": 0, "screenCurvature": 0.5, + "frameColor": "#ffffff", + "frameGloss": 0, "staticNoise": 0.099, "windowOpacity": 1, "margin": 0.5, @@ -611,6 +621,8 @@ QtObject { "rbgShift": 0.2969, "saturationColor": 0, "screenCurvature": 0.5, + "frameColor": "#ffffff", + "frameGloss": 0, "staticNoise": 0.2969, "windowOpacity": 1, "margin": 0.5, @@ -640,6 +652,8 @@ QtObject { "rbgShift": 0.3524, "saturationColor": 0, "screenCurvature": 0.4, + "frameColor": "#ffffff", + "frameGloss": 0, "staticNoise": 0.0503, "windowOpacity": 1, "margin": 0.5, @@ -669,6 +683,8 @@ QtObject { "rbgShift": 0, "saturationColor": 0, "screenCurvature": 0.2, + "frameColor": "#ffffff", + "frameGloss": 0, "staticNoise": 0, "windowOpacity": 1, "margin": 0.5, @@ -698,6 +714,8 @@ QtObject { "rbgShift": 0, "saturationColor": 0.4983, "screenCurvature": 0, + "frameColor": "#ffffff", + "frameGloss": 0, "staticNoise": 0.0955, "windowOpacity": 0.7, "margin": 0.1,