CustomTkinter/customtkinter/customtkinter_settings.py

9 lines
120 B
Python
Raw Normal View History

2022-02-23 00:38:40 +03:00
import sys
class CTkSettings:
scaling_factor = 1
2022-02-23 01:50:03 +03:00
circle_font_is_ready = False
hand_cursor_enabled = True