CustomTkinter/customtkinter/settings.py

7 lines
203 B
Python
Raw Normal View History

2022-02-23 00:38:40 +03:00
class Settings:
2022-05-02 00:29:14 +03:00
cursor_manipulation_enabled = True
deactivate_macos_window_header_manipulation = False
deactivate_windows_window_header_manipulation = False
2022-06-13 16:08:13 +03:00
use_dropdown_fallback = True