mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-02 23:45:44 +00:00
Remove setting for Mac App Store version.
This commit is contained in:
@@ -278,7 +278,7 @@ void Calls::setupContent() {
|
|||||||
AddSkip(content);
|
AddSkip(content);
|
||||||
AddSubsectionTitle(content, lng_settings_call_section_other);
|
AddSubsectionTitle(content, lng_settings_call_section_other);
|
||||||
|
|
||||||
#ifdef Q_OS_MAC
|
#if defined Q_OS_MAC && !defined OS_MAC_STORE
|
||||||
AddButton(
|
AddButton(
|
||||||
content,
|
content,
|
||||||
lng_settings_call_audio_ducking,
|
lng_settings_call_audio_ducking,
|
||||||
@@ -294,7 +294,7 @@ void Calls::setupContent() {
|
|||||||
call->setAudioDuckingEnabled(enabled);
|
call->setAudioDuckingEnabled(enabled);
|
||||||
}
|
}
|
||||||
}, content->lifetime());
|
}, content->lifetime());
|
||||||
#endif // Q_OS_MAC
|
#endif // Q_OS_MAC && !OS_MAC_STORE
|
||||||
|
|
||||||
AddButton(
|
AddButton(
|
||||||
content,
|
content,
|
||||||
|
2
Telegram/ThirdParty/libtgvoip
vendored
2
Telegram/ThirdParty/libtgvoip
vendored
Submodule Telegram/ThirdParty/libtgvoip updated: 7b62334d2f...16711e2023
Reference in New Issue
Block a user