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
178 B
Go
9 lines
178 B
Go
//go:build !linux
|
|
|
|
package system
|
|
|
|
import "fmt"
|
|
|
|
func readRawMonitorSample() (*rawMonitorSample, error) {
|
|
return nil, fmt.Errorf("%w on this platform", ErrMonitorUnavailable)
|
|
}
|