mirror of
https://github.com/TomSchimansky/CustomTkinter.git
synced 2023-08-10 21:13:13 +03:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
7992f0bdf6
@ -7,7 +7,7 @@ try:
|
||||
import darkdetect
|
||||
|
||||
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":
|
||||
exit()
|
||||
except ImportError as err:
|
||||
|
BIN
documentation_images/Windows_scaling.png
Executable file
BIN
documentation_images/Windows_scaling.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 395 KiB |
Loading…
Reference in New Issue
Block a user