Fix security-scoped URL access balancing

This commit is contained in:
世界
2026-02-04 22:32:02 +08:00
parent 20e22b691a
commit 4ae421cd04
8 changed files with 77 additions and 32 deletions
+2 -1
View File
@@ -1,7 +1,7 @@
import Combine
import Foundation
import Libbox
import os
import Combine
private let logger = Logger(category: "CommandClient")
@@ -83,6 +83,7 @@ public class CommandClient: ObservableObject {
.map(\.status)
.eraseToAnyPublisher()
}
@Published public var groups: [LibboxOutboundGroup]?
@Published public var logList: [LogEntry]
@Published public var defaultLogLevel = 0