Skip to content
Snippets Groups Projects
Commit 869d4b89 authored by Eric Oulashin's avatar Eric Oulashin
Browse files

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

parent a745ac01
No related branches found
No related tags found
1 merge request!523Digital Distortion area choosers: Default the name collapsing feature to false in the .cfg files
Pipeline #8835 passed
...@@ -5,14 +5,13 @@ useLightbarInterface=true ...@@ -5,14 +5,13 @@ useLightbarInterface=true
;areaChooserHdrMaxLines=6 ;areaChooserHdrMaxLines=6
areaChooserHdrFilenameBase=DDLogoAreaChgHeader areaChooserHdrFilenameBase=DDLogoAreaChgHeader
areaChooserHdrMaxLines=12 areaChooserHdrMaxLines=12
; Whether or not to enable directory collapsing. For ; Whether or not to enable name collapsing. For
; example, for directories in a library starting with ; example, for libraries/directories starting with
; common text and a separator (specified below), the ; common text and a separator (specified below), the
; common text will be the only one displayed, and when ; common text will be the only one displayed, and when
; the user selects it, a 3rd tier with the directories ; the user selects it, a 3rd tier with the directories
; after the separator will be shown ; after the separator will be shown
useDirCollapsing=true useDirCollapsing=false
;useDirCollapsing=false
; The separator to use for directory collapsing ; The separator to use for directory collapsing
dirCollapseSeparator=: dirCollapseSeparator=:
......
...@@ -9,14 +9,13 @@ showImportDates=false ...@@ -9,14 +9,13 @@ showImportDates=false
;areaChooserHdrMaxLines=6 ;areaChooserHdrMaxLines=6
areaChooserHdrFilenameBase=DDLogoAreaChgHeader areaChooserHdrFilenameBase=DDLogoAreaChgHeader
areaChooserHdrMaxLines=12 areaChooserHdrMaxLines=12
; Whether or not to enable sub-board collapsing. For ; Whether or not to enable name collapsing. For
; example, for sub-boards in a group starting with ; example, for groups or sub-boards in a group starting with
; common text and a separator (specified below), the ; common text and a separator (specified below), the
; common text will be the only one displayed, and when ; common text will be the only one displayed, and when
; the user selects it, a 3rd tier with the sub-boards ; the user selects it, a 3rd tier with the sub-boards
; after the separator will be shown ; after the separator will be shown
useSubCollapsing=true useSubCollapsing=false
;useSubCollapsing=false
; The separator to use for sub-board collapsing ; The separator to use for sub-board collapsing
subCollapseSeparator=: subCollapseSeparator=:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment