mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-07-23 00:06:06 -04:00
onFocus will play the ogg file instead the mp3
This commit is contained in:
@@ -159,7 +159,7 @@ class basePanel(wx.Panel):
|
|||||||
if twitter.utils.is_audio(tweet):
|
if twitter.utils.is_audio(tweet):
|
||||||
sound.player.play("audio.ogg", False)
|
sound.player.play("audio.ogg", False)
|
||||||
if twitter.utils.is_geocoded(tweet):
|
if twitter.utils.is_geocoded(tweet):
|
||||||
sound.player.play("geo.mp3", False)
|
sound.player.play("geo.ogg", False)
|
||||||
|
|
||||||
def start_streams(self):
|
def start_streams(self):
|
||||||
if self.name_buffer == "sent":
|
if self.name_buffer == "sent":
|
||||||
|
Submodule windows-dependencies updated: 739034e207...ddcbbd21d3
Reference in New Issue
Block a user