add "Dump with PathID as filename" feature
This commit is contained in:
12
AssetStudioGUI/Properties/Settings.Designer.cs
generated
12
AssetStudioGUI/Properties/Settings.Designer.cs
generated
@@ -274,5 +274,17 @@ namespace AssetStudioGUI.Properties {
|
||||
this["pathIDAsImageName"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
||||
public bool pathIDAsDumpName {
|
||||
get {
|
||||
return ((bool)(this["pathIDAsDumpName"]));
|
||||
}
|
||||
set {
|
||||
this["pathIDAsDumpName"] = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user