mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-23 23:04:05 +02:00
Typo
This commit is contained in:
parent
24bbb8db3f
commit
26acc6fd8b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue