diff --git a/client/ui/tray_theme_other.go b/client/ui/tray_theme_other.go index 1ff7581ff..3f85e1603 100644 --- a/client/ui/tray_theme_other.go +++ b/client/ui/tray_theme_other.go @@ -1,4 +1,4 @@ -//go:build !linux || (linux && 386) +//go:build (!linux || (linux && 386)) && !android && !ios && !freebsd && !js package main