[Chore] Config Window: change the config window title to Settings for the production env.
This commit is contained in:
@@ -13,7 +13,7 @@ class ConfigWindow(CTkToplevel):
|
||||
|
||||
# configure window
|
||||
self.after(200, lambda: self.iconbitmap(getImagePath("vrct_logo_mark_black.ico")))
|
||||
self.title("test config_window.py")
|
||||
self.title("Settings")
|
||||
self.geometry(f"{1080}x{680}")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user