Skip to content

Commit

Permalink
openmv: Hide camera settings dialog.
Browse files Browse the repository at this point in the history
  • Loading branch information
kwagyeman committed Nov 22, 2024
1 parent a972ecd commit 064fb3d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/plugins/openmv/openmvplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -885,6 +885,8 @@ void OpenMVPlugin::extensionsInitialized()
toolsMenu->addAction(m_configureSettingsCommand);
m_configureSettingsAction->setEnabled(false);
connect(m_configureSettingsAction, &QAction::triggered, this, &OpenMVPlugin::configureSettings);
// DISABLED
m_configureSettingsAction->setVisible(false);

m_saveAction = new QAction(Tr::tr("Save open script to OpenMV Cam (as main.py)"), this);
m_saveCommand = Core::ActionManager::registerAction(m_saveAction, Utils::Id("OpenMV.Save"));
Expand Down

0 comments on commit 064fb3d

Please sign in to comment.