Skip to content

Commit

Permalink
Merge pull request #622 from archisman-panigrahi/close-break-screen-o…
Browse files Browse the repository at this point in the history
…n-quit

Fix #429
  • Loading branch information
archisman-panigrahi authored Aug 4, 2024
2 parents 9711a71 + c8d28cb commit cddee2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions safeeyes/safeeyes.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ def quit(self):
Listen to the tray menu quit action and stop the core, notification and the app itself.
"""
logging.info("Quit Safe Eyes")
self.break_screen.close()
self.context['state'] = State.QUIT
self.plugins_manager.stop()
self.safe_eyes_core.stop()
Expand Down

0 comments on commit cddee2a

Please sign in to comment.