chore: 调用PowerManagement.Shutdown();后再次调用Bootstrapper.Shutdown();

This commit is contained in:
uye
2024-09-01 13:22:59 +08:00
parent 784b94a440
commit e60d708548

View File

@@ -227,6 +227,7 @@ namespace MaaWpfGui.ViewModels.UI
Bootstrapper.Release();
PowerManagement.Shutdown();
Bootstrapper.Shutdown();
}
}