mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
fix(groups): don't freeze when opening AV settings during group call
Fix #5510
This commit is contained in:
parent
d6abf76a27
commit
093962e3ec
|
@ -118,7 +118,7 @@ private:
|
|||
|
||||
protected:
|
||||
QThread* audioThread;
|
||||
mutable QMutex audioLock;
|
||||
mutable QMutex audioLock{QMutex::Recursive};
|
||||
|
||||
ALCdevice* alInDev = nullptr;
|
||||
quint32 inSubscriptions = 0;
|
||||
|
|
Loading…
Reference in New Issue
Block a user