From 762022328f0050edf905d97075d27a21ff42f2ff Mon Sep 17 00:00:00 2001 From: Dydzio Date: Sun, 12 May 2024 13:11:54 +0200 Subject: [PATCH] Change default background dim setting to trigger only for fullscreen size windows --- config/schemas/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/schemas/settings.json b/config/schemas/settings.json index 9b066a60e..da6e357cc 100644 --- a/config/schemas/settings.json +++ b/config/schemas/settings.json @@ -374,7 +374,7 @@ }, "backgroundDimSmallWindows" : { "type" : "boolean", - "default" : true + "default" : false } } },