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
@@ -98,7 +98,7 @@ public struct OverviewView: View {
}
private nonisolated func serviceReload() async throws {
try LibboxNewStandaloneCommandClient()?.serviceReload()
try LibboxNewStandaloneCommandClient()!.serviceReload()
}
private nonisolated func setSystemProxyEnabled(_ isEnabled: Bool) async {