mirror of
https://fastgit.cc/github.com/openclaw/openclaw
synced 2026-04-30 22:12:32 +08: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"
|
|
}
|