7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-11 14:59:50 +00:00

Unhide jobsets

This commit is contained in:
Marek Roszko 2024-12-20 18:49:41 -05:00
parent 028afca538
commit 4771e573ef
2 changed files with 2 additions and 2 deletions

View File

@ -253,7 +253,7 @@ ADVANCED_CFG::ADVANCED_CFG()
m_EnableDesignBlocks = true;
m_EnableGenerators = false;
m_EnableGit = false;
m_EnableJobset = false;
m_EnableJobset = true;
m_EnableLibWithText = false;
m_EnableLibDir = false;

View File

@ -496,7 +496,7 @@ public:
*
* Setting name: "EnableJobset"
* Valid values: 0 or 1
* Default value: 0
* Default value: 1
*/
bool m_EnableJobset;