more proactive vlm agent features
This commit is contained in:
@@ -13,6 +13,13 @@ struct LockInBroApp: App {
|
||||
ContentView()
|
||||
.environment(auth)
|
||||
.environment(session)
|
||||
.onChange(of: session.isSessionActive) { _, isActive in
|
||||
if isActive {
|
||||
FloatingPanelController.shared.show(session: session)
|
||||
} else {
|
||||
FloatingPanelController.shared.close()
|
||||
}
|
||||
}
|
||||
}
|
||||
.defaultSize(width: 840, height: 580)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user