Styled name and revision in content listing

This commit is contained in:
2023-06-16 00:10:20 +02:00
parent 11b233b642
commit 014fca2169
5 changed files with 17 additions and 7 deletions

View File

@@ -55,7 +55,7 @@ impl OnkostarEditor {
pub fn print_list(&self) {
println!(
"Die Datei wurde am {} mit {} in Version {} erstellt.\n\nFolgende Inhalte sind gespeichert\n",
"Die Datei wurde am {} mit {} in Version {} erstellt.\n\nFolgende Inhalte sind gespeichert",
style(&self.info_xml.datum_xml).yellow(),
style(&self.info_xml.name).yellow(),
style(&self.info_xml.version).yellow()