File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ public static partial class Config
8787 [ ConfigItem < int > ( "ToolDownloadTranslate" , 0 ) ] public partial int NameFormatV1 { get ; set ; }
8888 [ ConfigItem < int > ( "ToolDownloadTranslateV2" , 1 ) ] public partial int NameFormatV2 { get ; set ; }
8989 [ ConfigItem < bool > ( "ToolDownloadIgnoreQuilt" , false ) ] public partial bool IgnoreQuilt { get ; set ; }
90- [ ConfigItem < bool > ( "ToolDownloadAutoInstallDependencies" , false ) ] public partial bool AutoInstallDependencies { get ; set ; }
90+ [ ConfigItem < bool > ( "ToolDownloadAutoInstallDependencies" , true ) ] public partial bool AutoInstallDependencies { get ; set ; }
9191 [ ConfigItem < bool > ( "ToolDownloadClipboard" , false ) ] public partial bool ReadClipboard { get ; set ; }
9292 [ ConfigItem < int > ( "ToolDownloadMod" , 1 ) ] public partial int CompSourceSolution { get ; set ; }
9393 [ ConfigItem < int > ( "ToolModLocalNameStyle" , 0 ) ] public partial int UiCompNameSolution { get ; set ; }
You can’t perform that action at this time.
0 commit comments