From 44e50e751e4ce7ebce52824f98b4ea0ca453e427 Mon Sep 17 00:00:00 2001 From: Tom Schimansky Date: Thu, 4 Mar 2021 19:54:01 +0100 Subject: [PATCH] readme --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index c10ccc5..a558255 100644 --- a/Readme.md +++ b/Readme.md @@ -8,7 +8,7 @@ the CTkButton, which can be used like a normal tkinter.Button, but can be customized with a border and corner_radius. CustomTkinter also supports a light and dark theme, -which can be either set manually or gets controlled by +which can either be set manually or get controlled by the system appearance mode (only macOS). Detailed documentation is coming soon....