Hide "Open SA-CD..." in main menu
Status: Inactive
Brought to you by:
manisiutkin
Can the "Open SA-CD..." option in the File main menu be hidden by default? Meaning that it would appear only when opening the menu while pressing the Shift key.
Here is the change required to implement this behavior in sacd_menu.cpp :
bool get_display(t_uint32 p_index, pfc::string_base& p_text, t_uint32& p_flags) override {
//auto rv = mainmenu_commands::get_display(p_index, p_text, p_flags); return rv;
p_flags = mainmenu_commands::flag_defaulthidden; get_name(p_index, p_text); return true;
}
Thank you for considering this request. Cheers.
Anonymous
Just got the 1.6.4 release. Many thanks!