diff --git a/MMCore/MMCore.cpp b/MMCore/MMCore.cpp index 426dc6ac4..6dd3823d9 100644 --- a/MMCore/MMCore.cpp +++ b/MMCore/MMCore.cpp @@ -6707,6 +6707,7 @@ void CMMCore::saveSystemConfiguration(const char* fileName) throw (CMMError) { os << MM::g_CFGCommand_Property << ',' << MM::g_Keyword_CoreDevice << ',' << MM::g_Keyword_CoreFocus << ',' << focus->GetLabel() << endl; } + os << MM::g_CFGCommand_Property << ',' << MM::g_Keyword_CoreDevice << ',' << MM::g_Keyword_CoreAutoShutter << ',' << (getAutoShutter() ? '1' : '0') << endl; } /**