This commit is contained in:
Archisman Panigrahi 2024-08-04 19:18:09 -04:00
parent 9711a71b22
commit c8d28cbc4b
1 changed files with 1 additions and 0 deletions

View File

@ -199,6 +199,7 @@ class SafeEyes(Gtk.Application):
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()