added misc:disable_autoreload

This commit is contained in:
vaxerski
2022-09-10 17:28:41 +02:00
parent d94fe3d063
commit 8808d40008
2 changed files with 5 additions and 1 deletions

View File

@@ -57,6 +57,7 @@ void CConfigManager::setDefaultVars() {
configValues["misc:always_follow_on_dnd"].intValue = 1;
configValues["misc:layers_hog_keyboard_focus"].intValue = 1;
configValues["misc:animate_manual_resizes"].intValue = 0;
configValues["misc:disable_autoreload"].intValue = 0;
configValues["debug:int"].intValue = 0;
configValues["debug:log_damage"].intValue = 0;