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)
# Close window only if not encryption or decrypting
# Close window only if not encrypting or decrypting
def onClose():
if not working:
tk.destroy()