added misc:damage_entire_on_snapshot

This commit is contained in:
vaxerski
2022-07-30 22:26:46 +02:00
parent 45747fb8e6
commit 4211b37e22
2 changed files with 11 additions and 0 deletions

View File

@@ -51,6 +51,7 @@ void CConfigManager::setDefaultVars() {
configValues["misc:disable_hyprland_logo"].intValue = 0;
configValues["misc:disable_splash_rendering"].intValue = 0;
configValues["misc:no_vfr"].intValue = 1;
configValues["misc:damage_entire_on_snapshot"].intValue = 0;
configValues["debug:int"].intValue = 0;
configValues["debug:log_damage"].intValue = 0;