From b9b55ac2f93c9394e66c079f864e74518f1df19a Mon Sep 17 00:00:00 2001 From: suti7yk5032 Date: Sun, 29 Sep 2024 22:13:39 +0900 Subject: [PATCH] =?UTF-8?q?withdraw=E3=81=A7=E3=82=A6=E3=82=A3=E3=83=B3?= =?UTF-8?q?=E3=83=89=E3=82=A6=E3=82=92=E5=AE=8C=E5=85=A8=E3=81=AB=E9=9D=9E?= =?UTF-8?q?=E8=A1=A8=E7=A4=BA=E3=81=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dislocker_client_shutdown.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dislocker_client_shutdown.py b/dislocker_client_shutdown.py index 75f75b5..b7e5419 100644 --- a/dislocker_client_shutdown.py +++ b/dislocker_client_shutdown.py @@ -63,7 +63,7 @@ class App(tkinter.Tk): self.frame = tkinter.Frame(self) self.frame.grid(row=0, column=0, sticky='nsew') - self.deiconify() + self.withdraw() def delete_appdata(self, **kwargs): process_name = kwargs["process_name"]