Yet another fix for VST3 default path

This commit is contained in:
Robin Gareus 2020-12-05 00:11:04 +01:00
parent 34769a9062
commit 8cbb318223
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -3717,7 +3717,7 @@ RCOptionEditor::RCOptionEditor ()
new RcActionButton (_("Edit"),
sigc::bind (sigc::mem_fun (*this, &RCOptionEditor::edit_vst_path),
_("Set Additional VST3 Search Path"),
PluginManager::instance().get_default_windows_vst_path (),
"", /* default is blank */
sigc::mem_fun (*_rc_config, &RCConfiguration::get_plugin_path_vst3),
sigc::mem_fun (*_rc_config, &RCConfiguration::set_plugin_path_vst3)
),