mirror of
https://github.com/SoongNoonien/mpdevil.git
synced 2023-08-10 21:12:44 +03:00
Uninitialize libnotify before quitting
This commit is contained in:
parent
bee7cf8e8f
commit
bc17670fc0
@ -4106,6 +4106,7 @@ class mpdevil(Gtk.Application):
|
||||
if self._settings.get_boolean("stop-on-quit") and self._client.connected():
|
||||
self._client.stop()
|
||||
self.notify.close()
|
||||
Notify.uninit()
|
||||
self.quit()
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
Loading…
Reference in New Issue
Block a user