feat: print app name before launch
Test and release / Run Tests (push) Successful in 2m55s
Test and release / Build and Release (push) Has been skipped

This commit is contained in:
Shy
2026-04-24 16:01:14 +02:00
parent 2e8e972589
commit 371bcad845
+1 -1
View File
@@ -24,7 +24,7 @@ async fn main() -> Result<(), Box<dyn Error>> {
println!("Freed up some memory.");
}
println!("Launching app...");
println!("Launching {}...", config.name());
println!();
println!("--------------------------");
println!();