1
0
mirror of https://github.com/pcvolkmer/osc-variant.git synced 2025-04-19 19:56:50 +00:00

Show information stored in InfoXML part

This commit is contained in:
Paul-Christian Volkmer 2023-06-03 15:38:28 +02:00
parent ca145f5e4b
commit d4eeb1c345

View File

@ -51,8 +51,10 @@ impl OnkostarEditor {
pub fn list_forms(&self) {
println!(
"{}",
style("In der Datei sind folgende Inhalte gespeichert\n").bold()
"Die Datei wurde am {} mit {} in Version {} erstellt.\n\nFolgende Inhalte sind gespeichert\n",
style(&self.info_xml.datum_xml).yellow(),
style(&self.info_xml.name).yellow(),
style(&self.info_xml.version).yellow()
);
println!(
"{} {}",