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