Merge pull request #15488 from sethalves/fix-indep-camera

case 22412: allow independent camera to be set by scripts

👍 by QL for pre-merge testing in the manu ticket
This commit is contained in:
Shannon Romano 2019-05-07 09:38:54 -07:00 committed by GitHub
commit e90f91f109
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5833,7 +5833,8 @@ void Application::cameraModeChanged() {
Menu::getInstance()->setIsOptionChecked(MenuOption::FullscreenMirror, true);
break;
default:
break;
// we don't have menu items for the others, so just leave it alone.
return;
}
cameraMenuChanged();
}