add new config parameter controlling visibility of name highlights in regions.
This also affects region name placement.
This commit is contained in:
parent
5668eea2a3
commit
cd8aa4e304
@ -225,6 +225,7 @@ CONFIG_VARIABLE (bool, use_tooltips, "use-tooltips", true)
|
||||
CONFIG_VARIABLE (std::string, mixer_strip_visibility, "mixer-strip-visibility", "PhaseInvert,SoloSafe,SoloIsolated,Group,MeterPoint")
|
||||
CONFIG_VARIABLE (bool, allow_non_quarter_pulse, "allow-non-quarter-pulse", false)
|
||||
CONFIG_VARIABLE (bool, show_region_gain, "show-region-gain", false)
|
||||
CONFIG_VARIABLE (bool, show_name_highlight, "show-name-highlight", false)
|
||||
|
||||
/* web addresses used in the program */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user