TL: hide Group tabs on first launch
This commit is contained in:
parent
eaeeb38b99
commit
a9ae1f22cb
@ -90,7 +90,11 @@ CONFIG_VARIABLE (bool, videotimeline_pullup, "videotimeline-pullup", true)
|
||||
CONFIG_VARIABLE (double, wave_amplitude_zoom, "wave-amplitude-zoom", 0.0)
|
||||
CONFIG_VARIABLE (uint16_t, wave_zoom_factor, "wave-zoom-factor", 2)
|
||||
CONFIG_VARIABLE (bool, show_summary, "show-summary", true)
|
||||
#ifndef LIVETRAX
|
||||
CONFIG_VARIABLE (bool, show_group_tabs, "show-group-tabs", true)
|
||||
#else
|
||||
CONFIG_VARIABLE (bool, show_group_tabs, "show-group-tabs", false)
|
||||
#endif
|
||||
CONFIG_VARIABLE (bool, show_region_fades, "show-region-fades", true)
|
||||
CONFIG_VARIABLE (bool, show_busses_on_meterbridge, "show-busses-on-meterbridge", false)
|
||||
CONFIG_VARIABLE (bool, show_master_on_meterbridge, "show-master-on-meterbridge", true)
|
||||
|
Loading…
Reference in New Issue
Block a user