fix: non-abs path in config

This commit is contained in:
Yannik Schmidt
2024-05-11 18:16:22 +02:00
parent 6d80708172
commit 7dcc6a4245

View File

@@ -14,7 +14,7 @@ customtkinter.set_default_color_theme("blue")
app = customtkinter.CTk() app = customtkinter.CTk()
app.geometry("1030x770") app.geometry("1230x770")
last_geometry = app.winfo_geometry() last_geometry = app.winfo_geometry()
buttons = [] buttons = []