mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-16 12:30:49 +00:00
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"
|
|
}
|