Skip to content

Commit

Permalink
Merge pull request #275 from plc-user/master
Browse files Browse the repository at this point in the history
fix: set default "company-element-dir"
  • Loading branch information
scorpio810 authored Dec 12, 2023
2 parents 439463a + 3d8ad98 commit 9a2bee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/qetapp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ QString QETApp::companyElementsDir()
}
}

m_company_element_dir = configDir() + "elements/";
m_company_element_dir = configDir() + "elements-company/";
return m_company_element_dir;
}
}
Expand Down

0 comments on commit 9a2bee8

Please sign in to comment.