Skip to content

Commit 958f732

Browse files
committed
openmv: Hide romfs temporarily.
1 parent b5daf59 commit 958f732

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/plugins/openmv/openmvplugin.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -875,6 +875,7 @@ void OpenMVPlugin::extensionsInitialized()
875875
Core::Command *romfsCommand = Core::ActionManager::registerAction(m_romfsAction, Utils::Id("OpenMV.ROMFS"));
876876
toolsMenu->addAction(romfsCommand);
877877
connect(m_romfsAction, &QAction::triggered, this, &OpenMVPlugin::romfsClicked);
878+
m_romfsAction->setVisible(false);
878879

879880
toolsMenu->addSeparator();
880881

0 commit comments

Comments
 (0)