diff --git a/v3/pkg/application/systemtray_windows.go b/v3/pkg/application/systemtray_windows.go index 41e239f06..3a7834d60 100644 --- a/v3/pkg/application/systemtray_windows.go +++ b/v3/pkg/application/systemtray_windows.go @@ -62,6 +62,7 @@ func (s *windowsSystemTray) positionWindow(window *WebviewWindow, offset int) er // systray icons in windows can either be in the taskbar // or in a flyout menu. + var iconIsInTrayBounds bool iconIsInTrayBounds, err = s.iconIsInTrayBounds() if err != nil { return err