diff --git a/run.go b/run.go index 965b22efe..16f2d934d 100644 --- a/run.go +++ b/run.go @@ -298,7 +298,8 @@ func SetWindowIcon(iconImages []image.Image) { // DeviceScale returns a device scale value. // -// This returns a meaningful value on high-DPI display environment. +// DeviceScale returns a meaningful value on high-DPI display environment, +// otherwise DeviceScale returns 1. // // This function is concurrent-safe. func DeviceScale() float64 {