Improve service stop

This commit is contained in:
世界
2024-03-15 16:25:20 +08:00
parent 95e9bc5fb2
commit 7098a84187
5 changed files with 32 additions and 16 deletions
+1 -1
View File
@@ -201,7 +201,7 @@ public struct MenuView: View {
}
private nonisolated func serviceReload() async throws {
try LibboxNewStandaloneCommandClient()?.serviceReload()
try LibboxNewStandaloneCommandClient()!.serviceReload()
}
}
}