diff --git a/internal/uidriver/glfw/ui_windows.go b/internal/uidriver/glfw/ui_windows.go index f8fcd6b85..05c16c0a1 100644 --- a/internal/uidriver/glfw/ui_windows.go +++ b/internal/uidriver/glfw/ui_windows.go @@ -128,7 +128,7 @@ func currentMonitorByOS(_ *glfw.Window) *glfw.Monitor { } if w == 0 { - // There is no window at launching, but there is a hidden initialized window. + // The active window doesn't exist when launching, or the application is runnable on unfocused. // Get the foreground window, that is common among multiple processes. w, err = getForegroundWindow() if err != nil {