add "Dump with PathID as filename" feature

This commit is contained in:
VaDiM
2020-07-27 23:22:53 +03:00
parent c5f7ef6e91
commit 04266251aa
9 changed files with 66 additions and 30 deletions

View File

@@ -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;
}
}
}
}