Browse Source

Enable git by default

revert-0c36e162
Seth Hillbrand 9 months ago
parent
commit
3018d7af09
  1. 2
      common/advanced_config.cpp

2
common/advanced_config.cpp

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

Loading…
Cancel
Save