Option to skip container recovery.

This commit is contained in:
Razmoth
2023-01-14 21:50:57 +04:00
parent d455def3e9
commit 217965745c
7 changed files with 94 additions and 40 deletions

View File

@@ -394,5 +394,17 @@ namespace AssetStudioGUI.Properties {
this["collectAnimations"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool skipContainer {
get {
return ((bool)(this["skipContainer"]));
}
set {
this["skipContainer"] = value;
}
}
}
}