feat: add auto application restart after migration successful fix attempt

This commit is contained in:
2025-07-11 02:38:23 +03:00
parent b71e4cc6f9
commit 4e69cd8bde
3 changed files with 8 additions and 2 deletions

View File

@@ -157,7 +157,7 @@ fn main() {
*/
let _log_guard = theseus::start_logger();
tracing::info!("Initialized tracing subscriber. Loading Modrinth App!");
tracing::info!("Initialized tracing subscriber. Loading AstralRinth App!");
let mut builder = tauri::Builder::default();