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

Remove setting for Mac App Store version.

This commit is contained in:
John Preston
2019-03-20 14:31:32 +04:00
parent 31dbe2278e
commit 399aed4087
2 changed files with 3 additions and 3 deletions

View File

@@ -278,7 +278,7 @@ void Calls::setupContent() {
AddSkip(content);
AddSubsectionTitle(content, lng_settings_call_section_other);
#ifdef Q_OS_MAC
#if defined Q_OS_MAC && !defined OS_MAC_STORE
AddButton(
content,
lng_settings_call_audio_ducking,
@@ -294,7 +294,7 @@ void Calls::setupContent() {
call->setAudioDuckingEnabled(enabled);
}
}, content->lifetime());
#endif // Q_OS_MAC
#endif // Q_OS_MAC && !OS_MAC_STORE
AddButton(
content,