fix: path-setting for company-collection

This commit is contained in:
plc-user
2023-12-10 18:00:06 +01:00
parent 74d022328e
commit 4ca76b9993

View File

@@ -679,6 +679,9 @@ void QETApp::resetCollectionsPath()
m_common_element_dir.clear();
m_common_element_dir_is_set = false;
m_company_element_dir.clear();
m_company_element_dir_is_set = false;
m_custom_element_dir.clear();
m_custom_element_dir_is_set = false;