This commit is contained in:
Atlante45 2016-06-03 12:45:27 -07:00
parent 24bbb8db3f
commit 26acc6fd8b

View file

@ -2957,7 +2957,7 @@ void Application::loadSettings() {
if (auto action = menu->getActionForOption(plugin->getName())) { if (auto action = menu->getActionForOption(plugin->getName())) {
action->setChecked(true); action->setChecked(true);
action->trigger(); action->trigger();
// Find and activat5ed highest priority plugin, bail for the rest // Find and activated highest priority plugin, bail for the rest
break; break;
} }
} }