refactor: Fix macOS standalone application

This commit is contained in:
世界
2026-01-05 01:21:24 +08:00
parent ef1c924c64
commit 59317f3c79
66 changed files with 2799 additions and 585 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ public extension Profile {
if await SharedPreferences.selectedProfileID.get() == id {
if let profile = try? await ExtensionProfile.load() {
if await profile.status == .connected {
try LibboxNewStandaloneCommandClient()!.serviceReload()
try await profile.reloadService()
}
}
}