diff --git a/src/Picocrypt.go b/src/Picocrypt.go index b7a6d8d..7f20d0c 100644 --- a/src/Picocrypt.go +++ b/src/Picocrypt.go @@ -2039,7 +2039,7 @@ func main() { // Set universal DPI dpi = giu.Context.GetPlatform().GetContentScale() - // Ensure clipboard support is available + // Check for clipboard support if clipboard.Unsupported { mainStatus = "Ready. (Note: No clipboard support found.)" }