optimized the UI code

This commit is contained in:
AnonimAnonim2245 2024-01-18 14:59:25 +02:00
parent 971ff5412a
commit 3fc3423f7e

View File

@ -18,7 +18,7 @@ macro_rules! print_emoji {
macro_rules! warn {
($fmt:literal, $ex:expr) => {{
print_emoji!("⚠️ ", "!", red, $fmt ,$ex);
}}
}};
}
macro_rules! success {