groups: add use_current_group_pos (#2759)
This commit is contained in:
parent
6c1f4faff2
commit
ca54ceff6f
3 changed files with 33 additions and 44 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue