Files
rikkei_simple_care/client/internal/winapi/window_other.go
2026-07-01 09:49:27 +07:00

10 lines
173 B
Go

//go:build !windows && !darwin
package winapi
func ActivateAppWindow(titleHint string) {}
func PlayNotifySound() {}
func ShowWarningMessageBox(title, message string) {}