[Chore] Config Window: change the config window title to Settings for the production env.

This commit is contained in:
Sakamoto Shiina
2023-09-14 04:13:11 +09:00
parent 2fe9de0d19
commit 6af238b754

View File

@@ -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}")