2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

Add a hint to unmute your microphone.

This commit is contained in:
John Preston
2021-06-18 17:45:22 +04:00
parent 1cb1f1cbc1
commit 7a588be54f
7 changed files with 166 additions and 35 deletions

View File

@@ -493,8 +493,10 @@ void SettingsBox(
tr::now,
lt_delay,
FormatDelay(delay)));
Core::App().settings().setGroupCallPushToTalkDelay(delay);
applyAndSave();
if (Core::App().settings().groupCallPushToTalkDelay() != delay) {
Core::App().settings().setGroupCallPushToTalkDelay(delay);
applyAndSave();
}
};
callback(value);
const auto slider = pushToTalkInner->add(