Skip to content

Commit

Permalink
openmv: Hide romfs temporarily.
Browse files Browse the repository at this point in the history
  • Loading branch information
kwagyeman committed Mar 3, 2025
1 parent b5daf59 commit 958f732
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/openmv/openmvplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -875,6 +875,7 @@ void OpenMVPlugin::extensionsInitialized()
Core::Command *romfsCommand = Core::ActionManager::registerAction(m_romfsAction, Utils::Id("OpenMV.ROMFS"));
toolsMenu->addAction(romfsCommand);
connect(m_romfsAction, &QAction::triggered, this, &OpenMVPlugin::romfsClicked);
m_romfsAction->setVisible(false);

toolsMenu->addSeparator();

Expand Down

0 comments on commit 958f732

Please sign in to comment.