random small fixes

This commit is contained in:
2025-09-05 13:24:16 +01:00
parent 81b4b26f96
commit a9a965462a
5 changed files with 16 additions and 17 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ use eframe::egui;
fn panic_hook(panic_info: &std::panic::PanicHookInfo<'_>) {
let backtrace = std::backtrace::Backtrace::capture();
let message = format!("{panic_info}\nstack backtrace:\n{backtrace}\n");
log::log(log::LogLevel::Panic, message);
log::log(log::LogLevel::Panic, &message);
}
fn app_creator(