[bugfix] Config Windowのwithdraw()コメントアウト戻し忘れ修正。
This commit is contained in:
@@ -8,7 +8,7 @@ from ..ui_utils import getImagePath
|
|||||||
class ConfigWindow(CTkToplevel):
|
class ConfigWindow(CTkToplevel):
|
||||||
def __init__(self, vrct_gui, settings, view_variable):
|
def __init__(self, vrct_gui, settings, view_variable):
|
||||||
super().__init__()
|
super().__init__()
|
||||||
# self.withdraw()
|
self.withdraw()
|
||||||
|
|
||||||
|
|
||||||
# configure window
|
# configure window
|
||||||
|
|||||||
Reference in New Issue
Block a user