Modify a comment

This commit is contained in:
Evan Su 2022-09-24 10:30:54 -04:00 committed by GitHub
parent ab1412ab1d
commit 47b8217302
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.)"
}