groups: add use_current_group_pos (#2759)

This commit is contained in:
MightyPlaza
2023-07-20 17:48:32 +00:00
committed by GitHub
parent 6c1f4faff2
commit ca54ceff6f
3 changed files with 33 additions and 44 deletions

View File

@@ -107,6 +107,7 @@ 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:group_insert_after_current"].intValue = 1;
configValues["misc:render_titles_in_groupbar"].intValue = 1;
configValues["misc:groupbar_titles_font_size"].intValue = 8;
configValues["misc:groupbar_gradients"].intValue = 1;