added Windows_scaling.png image

This commit is contained in:
Tom Schimansky 2022-05-21 23:41:29 +02:00
parent afe44f4ff7
commit b66b059c2e
2 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ try:
import darkdetect import darkdetect
if Version(darkdetect.__version__) < Version("0.3.1"): if Version(darkdetect.__version__) < Version("0.3.1"):
sys.stderr.write("WARNING: You have to update the darkdetect library: pip3 install --upgrade darkdetect\n") sys.stderr.write("WARNING: You have to upgrade the darkdetect library: pip3 install --upgrade darkdetect\n")
if sys.platform != "darwin": if sys.platform != "darwin":
exit() exit()
except: except:

Binary file not shown.

After

Width:  |  Height:  |  Size: 395 KiB