You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// <summary> Draw all settings pertaining to import and export of mods. </summary>
619
618
privatevoidDrawModHandlingSettings()
620
619
{
620
+
Checkbox("Use Temporary Settings Per Default",
621
+
"When you make any changes to your collection, apply them as temporary changes first and require a click to 'turn permanent' if you want to keep them.",
622
+
_config.DefaultTemporaryMode, v =>_config.DefaultTemporaryMode=v);
621
623
Checkbox("Replace Non-Standard Symbols On Import",
622
624
"Replace all non-ASCII symbols in mod and option names with underscores when importing mods.",_config.ReplaceNonAsciiOnImport,
0 commit comments