- [GUI] Add option to reset settings.
- [GUI] Fix bug with texture mapping in `Export Options`.
This commit is contained in:
24
AssetStudio.GUI/Properties/Settings.Designer.cs
generated
24
AssetStudio.GUI/Properties/Settings.Designer.cs
generated
@@ -431,18 +431,6 @@ namespace AssetStudio.GUI.Properties {
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("{}")]
|
||||
public string texs {
|
||||
get {
|
||||
return ((string)(this["texs"]));
|
||||
}
|
||||
set {
|
||||
this["texs"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("{\"UV0\":{\"Item1\":true,\"Item2\":0},\"UV1\":{\"Item1\":true,\"Item2\":1},\"UV2\":{\"Item1\":fal" +
|
||||
@@ -493,5 +481,17 @@ namespace AssetStudio.GUI.Properties {
|
||||
this["types"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
||||
public string texs {
|
||||
get {
|
||||
return ((string)(this["texs"]));
|
||||
}
|
||||
set {
|
||||
this["texs"] = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user