mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-29 01:02:03 +03:00
feat(macos): move camera setting to General
This commit is contained in:
@@ -186,7 +186,7 @@ enum ControlRequestHandler {
|
||||
}
|
||||
|
||||
private static func cameraEnabled() -> Bool {
|
||||
UserDefaults.standard.object(forKey: cameraEnabledKey) as? Bool ?? false
|
||||
UserDefaults.standard.object(forKey: cameraEnabledKey) as? Bool ?? true
|
||||
}
|
||||
|
||||
private static func handleCanvasShow(
|
||||
|
||||
Reference in New Issue
Block a user