misc: add disable_hypr_chan option (#3343)

This commit is contained in:
Mihai Fufezan
2023-09-17 17:26:24 +03:00
committed by GitHub
parent c8cc811e85
commit f72e04d63b
2 changed files with 8 additions and 3 deletions

View File

@@ -86,6 +86,7 @@ void CConfigManager::setDefaultVars() {
configValues["misc:disable_hyprland_logo"].intValue = 0;
configValues["misc:disable_splash_rendering"].intValue = 0;
configValues["misc:disable_hypr_chan"].intValue = 0;
configValues["misc:force_hypr_chan"].intValue = 0;
configValues["misc:vfr"].intValue = 1;
configValues["misc:vrr"].intValue = 0;