Skip to content

Commit

Permalink
thanks!
Browse files Browse the repository at this point in the history
  • Loading branch information
littlewhitecloud authored Dec 17, 2023
1 parent cfe3c32 commit efe7b02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CustomTkinterTitlebar/titlebar.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def __init__(self, theme: str = "followsystem", unlimit: bool = False):
width=44,
image=self.close_hov_img,
relief=FLAT,
command=self.quit,
command=self.destroy, # quit sometimes doesn't work
)
self._titlemin.config(
bd=0,
Expand Down

0 comments on commit efe7b02

Please sign in to comment.