Improved notifications a little bit

This commit is contained in:
2019-01-22 16:35:52 -06:00
parent d741035707
commit a53a3d595c
2 changed files with 2 additions and 5 deletions

View File

@@ -647,7 +647,7 @@ class Controller(object):
def notify(self, message="", sound="", type="native"):
if type == "native":
wx.CallAfter(self.window.notify, _("Socializer"), message)
self.window.notify(_("Socializer"), message)
else:
if sound != "":
self.session.soundplayer.play(sound)