set writeInsNames to 0 by default
so we can beat .dmp
This commit is contained in:
parent
e58307684c
commit
858c0e448d
2 changed files with 2 additions and 2 deletions
|
|
@ -3750,7 +3750,7 @@ void FurnaceGUI::readConfig(DivConfig& conf, FurnaceGUISettingGroups groups) {
|
|||
settings.chanOscThreads=conf.getInt("chanOscThreads",0);
|
||||
settings.renderPoolThreads=conf.getInt("renderPoolThreads",0);
|
||||
settings.showPool=conf.getInt("showPool",0);
|
||||
settings.writeInsNames=conf.getInt("writeInsNames",1);
|
||||
settings.writeInsNames=conf.getInt("writeInsNames",0);
|
||||
settings.readInsNames=conf.getInt("readInsNames",1);
|
||||
settings.defaultAuthorName=conf.getString("defaultAuthorName","");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue