groupbars: add title and gradient rendering

This commit is contained in:
vaxerski
2023-05-22 21:40:32 +02:00
parent 1eb6cfd45c
commit 206ac000b9
3 changed files with 219 additions and 10 deletions

View File

@@ -94,6 +94,8 @@ void CConfigManager::setDefaultVars() {
configValues["misc:cursor_zoom_factor"].floatValue = 1.f;
configValues["misc:cursor_zoom_rigid"].intValue = 0;
configValues["misc:allow_session_lock_restore"].intValue = 0;
configValues["misc:render_titles_in_groupbar"].intValue = 1;
configValues["misc:groupbar_titles_font_size"].intValue = 8;
configValues["debug:int"].intValue = 0;
configValues["debug:log_damage"].intValue = 0;