Skip to content

Commit

Permalink
Disconnect from launchpad before closing app (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
NullMember authored Apr 17, 2020
1 parent 7f7567a commit 3d5b4bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions window.py
Original file line number Diff line number Diff line change
Expand Up @@ -737,6 +737,7 @@ def make():
def close():
global root_destroyed
app.modified_layout_save_prompt()
app.disconnect_lp()
if not root_destroyed:
root.destroy()
root_destroyed = True

0 comments on commit 3d5b4bb

Please sign in to comment.