macOS app/chat/browser/cron/permissions fixes. Co-authored-by: ImHermes1 <lukeforn@gmail.com>
6 lines
118 B
Swift
6 lines
118 B
Swift
import Foundation
|
|
|
|
public enum OpenClawBrowserCommand: String, Codable, Sendable {
|
|
case proxy = "browser.proxy"
|
|
}
|