withdrawでウィンドウを完全に非表示に
This commit is contained in:
parent
5488be9ec9
commit
b9b55ac2f9
1 changed files with 1 additions and 1 deletions
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue