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:
parent
028afca538
commit
4771e573ef
@ -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;
|
||||
|
||||
|
@ -496,7 +496,7 @@ public:
|
||||
*
|
||||
* Setting name: "EnableJobset"
|
||||
* Valid values: 0 or 1
|
||||
* Default value: 0
|
||||
* Default value: 1
|
||||
*/
|
||||
bool m_EnableJobset;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user