2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Fix input device edit in Calls Settings.

Fixes #9930.
This commit is contained in:
John Preston
2020-12-15 14:23:40 +04:00
parent 15620b5c2d
commit aa5e8422bf
2 changed files with 2 additions and 4 deletions

View File

@@ -204,7 +204,7 @@ void Calls::setupContent() {
),
st::settingsButton
)->addClickHandler([=] {
Ui::show(ChooseAudioOutputBox(crl::guard(this, [=](
Ui::show(ChooseAudioInputBox(crl::guard(this, [=](
const QString &id,
const QString &name) {
_inputNameStream.fire_copy(name);