mirror of
https://github.com/TomSchimansky/CustomTkinter.git
synced 2023-08-10 21:13:13 +03:00
readme changes
This commit is contained in:
parent
144636771f
commit
cbb9a4c17a
@ -55,6 +55,8 @@ button.place(relx=0.5, rely=0.5, anchor=tkinter.CENTER)
|
||||
### How to use macOS dark mode?
|
||||
If you have a python version with Tcl/Tk >= 8.6.9, then you can enable the macOS
|
||||
darkmode. Currently only the anaconda python versions have Tcl/Tk >= 8.6.9.
|
||||
So if you want a dark window titlebar, you have to install anaconda python version
|
||||
or miniconda.
|
||||
```python
|
||||
import tkinter
|
||||
import customtkinter
|
||||
|
Loading…
Reference in New Issue
Block a user