From 47b82173020cb656c704d8ab780492d192ea3f1e Mon Sep 17 00:00:00 2001 From: Evan Su <48808396+HACKERALERT@users.noreply.github.com> Date: Sat, 24 Sep 2022 10:30:54 -0400 Subject: [PATCH] Modify a comment --- src/Picocrypt.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.)" }