[Update] アップデート中画面をタスクバーなどからウィンドウを閉じた時、メインプロセスも終了するように。

※アプデ中の終了(中断)操作は、ユーザーの自己責任とする。
This commit is contained in:
Sakamoto Shiina
2024-04-18 13:16:59 +09:00
parent 680ca8a955
commit e19cc9bccf
2 changed files with 3 additions and 2 deletions

View File

@@ -175,7 +175,7 @@ class VRCT_GUI(CTk):
init_scaling=(self._view_variable.VAR_TEXTBOX_UI_SCALING.get()/100)
)
self.updating_window = UpdatingWindow()
self.updating_window = UpdatingWindow(vrct_gui=self)