rm vr mode button

This commit is contained in:
wangcongtao
2020-11-03 16:49:36 +08:00
parent b66783e40f
commit 5d435c388b
4 changed files with 4 additions and 3 deletions

View File

@@ -94,7 +94,7 @@ public class MogoApplication extends AbsMogoApplication {
MogoModulePaths.addModule( new MogoModule( PushUIConstants.PATH, PushUIConstants.NAME ) );
// 碰撞报警模块
MogoModulePaths.addModule( new MogoModule( MogoServicePaths.PATH_CRASH_WARNING, "CrashWarning" ) );
MogoModulePaths.addModule( new MogoModule( IMogoMachineVisionProvider.path, "IMogoMachineVisionProvider" ) );
// MogoModulePaths.addModule( new MogoModule( IMogoMachineVisionProvider.path, "IMogoMachineVisionProvider" ) );
if ( !DebugConfig.isLauncher() ) {
PersistentManager.getInstance().initManager( this );