This commit is contained in:
2021-08-04 17:28:51 +02:00
parent 8f53845698
commit cd396a1f11
4 changed files with 139 additions and 10 deletions

View File

@@ -340,6 +340,7 @@ void qDetectorMain::EnableModes(QAction *action) {
actionLoadTrimbits->setVisible(enable &&
(detType == slsDetectorDefs::EIGER ||
detType == slsDetectorDefs::MYTHEN3));
tabSettings->SetExportMode(enable);
LOG(logINFO) << "Expert Mode: " << qDefs::stringEnable(enable);
}