mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
openal audio and voice messages prepared for os x
This commit is contained in:
@@ -341,7 +341,7 @@ void AudioOpenLink::onClick(Qt::MouseButton button) const {
|
||||
|
||||
QString already = data->already(true);
|
||||
bool play = audioVoice();
|
||||
if (!already.isEmpty() || !data->data.isEmpty() && play) {
|
||||
if (!already.isEmpty() || (!data->data.isEmpty() && play)) {
|
||||
if (play) {
|
||||
AudioData *playing = 0;
|
||||
VoiceMessageState playingState = VoiceMessageStopped;
|
||||
|
Reference in New Issue
Block a user