mirror of
https://github.com/TomSchimansky/CustomTkinter.git
synced 2023-08-10 21:13:13 +03:00
7 lines
205 B
Python
7 lines
205 B
Python
|
|
class Settings:
|
|
cursor_manipulation_enabled = True
|
|
deactivate_macos_window_header_manipulation = False
|
|
deactivate_windows_window_header_manipulation = False
|
|
# use_dropdown_fallback = True
|