fix build macos
This commit is contained in:
9
client/internal/winapi/window_other.go
Normal file
9
client/internal/winapi/window_other.go
Normal file
@@ -0,0 +1,9 @@
|
||||
//go:build !windows && !darwin
|
||||
|
||||
package winapi
|
||||
|
||||
func ActivateAppWindow(titleHint string) {}
|
||||
|
||||
func PlayNotifySound() {}
|
||||
|
||||
func ShowWarningMessageBox(title, message string) {}
|
||||
Reference in New Issue
Block a user