added master:no_gaps_when_only

This commit is contained in:
vaxerski
2022-08-01 12:57:37 +02:00
parent f892387b70
commit 60c16f77a6
3 changed files with 18 additions and 4 deletions

View File

@@ -92,6 +92,7 @@ void CConfigManager::setDefaultVars() {
configValues["master:special_scale_factor"].floatValue = 0.8f;
configValues["master:new_is_master"].intValue = 1;
configValues["master:new_on_top"].intValue = 0;
configValues["master:no_gaps_when_only"].intValue = 0;
configValues["animations:enabled"].intValue = 1;
configValues["animations:speed"].floatValue = 7.f;