Skip to content

Commit

Permalink
Fix #429
Browse files Browse the repository at this point in the history
  • Loading branch information
archisman-panigrahi committed Aug 4, 2024
1 parent 9711a71 commit c8d28cb
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 c8d28cb

Please sign in to comment.