retina -> Retina

This commit is contained in:
Hugo van Kemenade 2025-11-30 21:55:59 +02:00 committed by GitHub
parent 88247a9ef3
commit 65c32ecca4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -54,7 +54,7 @@ def grab(
os.unlink(filepath)
if bbox:
if window:
# Determine if the window was in retina mode or not
# Determine if the window was in Retina mode or not
# by capturing it without the shadow,
# and checking how different the width is
fh, filepath = tempfile.mkstemp(".png")