1
0
Fork 0
mirror of https://github.com/HACKERALERT/Picocrypt.git synced 2024-09-20 17:56:35 +00:00

Minor bug fixes

This commit is contained in:
Evan Su 2021-03-17 13:21:24 -04:00 committed by GitHub
parent cda615d8e4
commit 0d891f0749
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -828,7 +828,7 @@ dummy = tkinter.ttk.Button(
) )
dummy.place(x=480,y=0) dummy.place(x=480,y=0)
# Close window only if not encryption or decrypting # Close window only if not encrypting or decrypting
def onClose(): def onClose():
if not working: if not working:
tk.destroy() tk.destroy()