1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-09-16 09:26:28 +02:00

Change default background dim setting to trigger only for fullscreen size windows

This commit is contained in:
Dydzio
2024-05-12 13:11:54 +02:00
parent 33fd18e828
commit 762022328f

View File

@@ -374,7 +374,7 @@
}, },
"backgroundDimSmallWindows" : { "backgroundDimSmallWindows" : {
"type" : "boolean", "type" : "boolean",
"default" : true "default" : false
} }
} }
}, },