[bugfix] Config Windowのwithdraw()コメントアウト戻し忘れ修正。

This commit is contained in:
Sakamoto Shiina
2023-09-29 02:55:34 +09:00
parent ebdb326af7
commit 49ac0a62d4

View File

@@ -8,7 +8,7 @@ from ..ui_utils import getImagePath
class ConfigWindow(CTkToplevel):
def __init__(self, vrct_gui, settings, view_variable):
super().__init__()
# self.withdraw()
self.withdraw()
# configure window