design blocks: enable by default

This commit is contained in:
Mike Williams 2024-11-06 13:39:27 -05:00
parent 662e890703
commit f2758bb1b8

View File

@ -251,7 +251,7 @@ ADVANCED_CFG::ADVANCED_CFG()
m_CompactSave = false;
m_UpdateUIEventInterval = 0;
m_ShowRepairSchematic = false;
m_EnableDesignBlocks = false;
m_EnableDesignBlocks = true;
m_EnableGenerators = false;
m_EnableGit = false;
m_EnableJobset = false;