mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-29 16:33:14 +01:00
fix typo, restore preference tab
This commit is contained in:
parent
1968f9418a
commit
89361e0833
1 changed files with 1 additions and 1 deletions
|
|
@ -704,7 +704,7 @@ ARDOUR_UI::save_ardour_state ()
|
|||
} else if (current_page_number == _tabs.page_num (mixer->contents())) {
|
||||
current_tab = "mixer";
|
||||
} else if (current_page_number == _tabs.page_num (rc_option_editor->contents())) {
|
||||
current_tab == "preferences";
|
||||
current_tab = "preferences";
|
||||
}
|
||||
|
||||
main_window_node.add_property (X_("current-tab"), current_tab);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue