mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2024-11-23 11:48:07 -06:00
onFocus will play the ogg file instead the mp3
This commit is contained in:
parent
80e231b689
commit
20b5fc079b
@ -159,7 +159,7 @@ class basePanel(wx.Panel):
|
||||
if twitter.utils.is_audio(tweet):
|
||||
sound.player.play("audio.ogg", False)
|
||||
if twitter.utils.is_geocoded(tweet):
|
||||
sound.player.play("geo.mp3", False)
|
||||
sound.player.play("geo.ogg", False)
|
||||
|
||||
def start_streams(self):
|
||||
if self.name_buffer == "sent":
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 739034e207994b3a05e59e6d7836e68a0a1b6983
|
||||
Subproject commit ddcbbd21d35995a4877df5b7cd03db12b31bee84
|
Loading…
Reference in New Issue
Block a user