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

Merge pull request #3952 from dydzio0614/default-popups-dim

Do not darken background for small windows by default
This commit is contained in:
Ivan Savenko
2024-05-12 16:04:29 +03:00
committed by GitHub

View File

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