Skip to content

Commit

Permalink
Comment out batch menu until it is finished
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur Glowacki committed Jul 1, 2024
1 parent 61f073f commit 6a1a08d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/core/uProbeX.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,8 @@ void uProbeX::createMenuBar()
connect(_action_roi_stats, &QAction::triggered, this, &uProbeX::BatchRoiStats);
_action_gen_scan_vlm = _menu_batch->addAction("Generate Scan VLM");
connect(_action_gen_scan_vlm, &QAction::triggered, this, &uProbeX::BatcGenScanVlm);
m_menu->addMenu(_menu_batch);
//TODO: Finish implementing and then add
////m_menu->addMenu(_menu_batch);

setBatchActionsEnabled(false);

Expand Down

0 comments on commit 6a1a08d

Please sign in to comment.