Skip to content
Snippets Groups Projects
Commit 06ca5bbd authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Merge branch 'dd_area_choosers_default_name_collapsing_false' into 'master'

Digital Distortion area choosers: Default the name collapsing feature to false in the .cfg files

See merge request !523
parents a745ac01 869d4b89
Branches
No related tags found
1 merge request!523Digital Distortion area choosers: Default the name collapsing feature to false in the .cfg files
......@@ -5,14 +5,13 @@ useLightbarInterface=true
;areaChooserHdrMaxLines=6
areaChooserHdrFilenameBase=DDLogoAreaChgHeader
areaChooserHdrMaxLines=12
; Whether or not to enable directory collapsing. For
; example, for directories in a library starting with
; Whether or not to enable name collapsing. For
; example, for libraries/directories starting with
; common text and a separator (specified below), the
; common text will be the only one displayed, and when
; the user selects it, a 3rd tier with the directories
; after the separator will be shown
useDirCollapsing=true
;useDirCollapsing=false
useDirCollapsing=false
; The separator to use for directory collapsing
dirCollapseSeparator=:
......
......@@ -9,14 +9,13 @@ showImportDates=false
;areaChooserHdrMaxLines=6
areaChooserHdrFilenameBase=DDLogoAreaChgHeader
areaChooserHdrMaxLines=12
; Whether or not to enable sub-board collapsing. For
; example, for sub-boards in a group starting with
; Whether or not to enable name collapsing. For
; example, for groups or sub-boards in a group starting with
; common text and a separator (specified below), the
; common text will be the only one displayed, and when
; the user selects it, a 3rd tier with the sub-boards
; after the separator will be shown
useSubCollapsing=true
;useSubCollapsing=false
useSubCollapsing=false
; The separator to use for sub-board collapsing
subCollapseSeparator=:
......@@ -58,4 +57,4 @@ lightbarHelpLineGeneral=b
lightbarHelpLineHotkey=r
; The color for the ) separating the hotkeys from the general text in the
; lightbar help line
lightbarHelpLineParen=m
\ No newline at end of file
lightbarHelpLineParen=m
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment