mirror of
https://github.com/Syngnat/GoNavi.git
synced 2026-05-31 13:39:48 +08:00
8 lines
141 B
Go
8 lines
141 B
Go
//go:build !darwin
|
|
|
|
package app
|
|
|
|
func installMacNativeWindowDiagnostics(logPath string) {}
|
|
|
|
func setMacNativeWindowControls(enabled bool) {}
|