13
0

MB: prefs are detached initially

This commit is contained in:
Robin Gareus 2017-02-20 22:55:46 +01:00
parent 3ecd5d6f08
commit 13cce8957c

View File

@ -2114,7 +2114,11 @@ MidiPortOptions::pretty_name_edit (std::string const & path, string const & new_
RCOptionEditor::RCOptionEditor ()
: OptionEditorContainer (Config, string_compose (_("%1 Preferences"), PROGRAM_NAME))
, Tabbable (*this, _("Preferences")) /* pack self-as-vbox into tabbable */
, Tabbable (*this, _("Preferences")
#ifdef MIXBUS
, false // detached by default (first start, no instant.xml)
#else
) /* pack self-as-vbox into tabbable */
, _rc_config (Config)
, _mixer_strip_visibility ("mixer-element-visibility")
{