mirror of
https://github.com/overte-org/overte.git
synced 2025-04-16 21:02:17 +02:00
fix typo
This commit is contained in:
parent
bdfb82c072
commit
0de7628d48
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ void HifiAudioDeviceInfo::setIsDefault(bool isDefault) {
|
|||
}
|
||||
|
||||
void HifiAudioDeviceInfo::setDeviceName() {
|
||||
if (isDefault) {
|
||||
if (_isDefault) {
|
||||
if (_mode == QAudio::Mode::AudioInput) {
|
||||
_deviceName = "Default microphone (recommended)";
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue