added misc:no_vfr

This commit is contained in:
vaxerski
2022-07-12 10:02:12 +02:00
parent 2f3b2db83d
commit 29e2bb27f6
3 changed files with 37 additions and 11 deletions

View File

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