mirror of
https://github.com/alterware/alterware-launcher.git
synced 2025-12-05 07:47:49 +00:00
allow file renaming
This commit is contained in:
@@ -56,6 +56,13 @@ pub static PREFIXES: Lazy<HashMap<&'static str, PrintPrefix>> = Lazy::new(|| {
|
||||
padding: 7,
|
||||
},
|
||||
),
|
||||
(
|
||||
"renamed",
|
||||
PrintPrefix {
|
||||
text: "Renamed".bright_blue(),
|
||||
padding: 5,
|
||||
},
|
||||
),
|
||||
])
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user