mirror of
https://github.com/HACKERALERT/Picocrypt.git
synced 2024-12-28 10:24:19 +00:00
Minor bug fixes
This commit is contained in:
parent
cda615d8e4
commit
0d891f0749
1 changed files with 1 additions and 1 deletions
|
@ -828,7 +828,7 @@ dummy = tkinter.ttk.Button(
|
|||
)
|
||||
dummy.place(x=480,y=0)
|
||||
|
||||
# Close window only if not encryption or decrypting
|
||||
# Close window only if not encrypting or decrypting
|
||||
def onClose():
|
||||
if not working:
|
||||
tk.destroy()
|
||||
|
|
Loading…
Reference in a new issue