mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-23 07:28:39 +00:00
refactor(observation): migrate SwiftUI state
This commit is contained in:
@@ -2,7 +2,7 @@ import SwiftUI
|
||||
import UIKit
|
||||
|
||||
struct BridgeDiscoveryDebugLogView: View {
|
||||
@EnvironmentObject private var bridgeController: BridgeConnectionController
|
||||
@Environment(BridgeConnectionController.self) private var bridgeController
|
||||
@AppStorage("bridge.discovery.debugLogs") private var debugLogsEnabled: Bool = false
|
||||
|
||||
var body: some View {
|
||||
|
||||
Reference in New Issue
Block a user