Qt/QML now carries 11 local views while the Agent owns observation and intent. Tauri, WebKit, and the second React desktop build leave together. Linux ships first; Windows waits for a native Qt runner.
9 lines
191 B
Go
9 lines
191 B
Go
//go:build !linux
|
|
|
|
package system
|
|
|
|
import "fmt"
|
|
|
|
func getConnectionsSnapshot() (*ConnectionSnapshot, error) {
|
|
return nil, fmt.Errorf("connection inventory not supported on this platform")
|
|
}
|