mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
“Show Toolbars” is not saved and on by default.
This commit is contained in:
parent
3812925a62
commit
157299a2f0
1 changed files with 1 additions and 0 deletions
|
|
@ -193,6 +193,7 @@ ARDOUR_UI::install_actions ()
|
|||
ActionManager::register_toggle_action (common_actions, X_("ToggleMaximalMixer"), _("Maximise Mixer Space"), sigc::mem_fun (*this, &ARDOUR_UI::toggle_mixer_space));
|
||||
act = ActionManager::register_toggle_action (common_actions, X_("KeepTearoffs"), _("Show Toolbars"), mem_fun (*this, &ARDOUR_UI::toggle_keep_tearoffs));
|
||||
ActionManager::session_sensitive_actions.push_back (act);
|
||||
act->set_active(true);
|
||||
|
||||
if (Profile->get_mixbus())
|
||||
ActionManager::register_action (common_actions, X_("show-ui-prefs"), _("Show more UI preferences"), sigc::mem_fun (*this, &ARDOUR_UI::show_ui_prefs));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue