mirror of
https://github.com/vale981/tdesktop
synced 2025-03-05 09:41:41 -05:00
Remove setting for Mac App Store version.
This commit is contained in:
parent
31dbe2278e
commit
399aed4087
2 changed files with 3 additions and 3 deletions
|
@ -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,
|
||||
|
|
2
Telegram/ThirdParty/libtgvoip
vendored
2
Telegram/ThirdParty/libtgvoip
vendored
|
@ -1 +1 @@
|
|||
Subproject commit 7b62334d2f32c44f0b19aff5278e7eb85b28b02c
|
||||
Subproject commit 16711e202393ae7e1b160436f4291c5f06a3d375
|
Loading…
Add table
Reference in a new issue