chore: 增加未取消关机的日志

This commit is contained in:
uye
2024-09-08 15:19:51 +08:00
parent 6889b020e7
commit cd2bd91b6f

View File

@@ -229,6 +229,7 @@ namespace MaaWpfGui.ViewModels.UI
return;
}
_logger.Information("Shutdown not canceled, proceeding to exit application.");
Bootstrapper.Shutdown();
}