don't play thousands of sounds at startup
This commit is contained in:
parent
41df52dcfd
commit
5873a8bd9d
1 changed files with 1 additions and 1 deletions
|
@ -373,7 +373,7 @@ class Interface:
|
||||||
# play sound
|
# play sound
|
||||||
if old_show < 2 and new_show > 1:
|
if old_show < 2 and new_show > 1:
|
||||||
if gajim.config.get_per('soundevents', 'contact_connected',
|
if gajim.config.get_per('soundevents', 'contact_connected',
|
||||||
'enabled'):
|
'enabled') and gajim.allow_notifications[account]:
|
||||||
helpers.play_sound('contact_connected')
|
helpers.play_sound('contact_connected')
|
||||||
if not self.instances[account]['chats'].has_key(jid) and \
|
if not self.instances[account]['chats'].has_key(jid) and \
|
||||||
not gajim.awaiting_events[account].has_key(jid) and \
|
not gajim.awaiting_events[account].has_key(jid) and \
|
||||||
|
|
Loading…
Add table
Reference in a new issue