mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-19 15:47:11 +02:00
Add "Calls Settings" to the main settings section.
This commit is contained in:
parent
9c903bacf2
commit
f57d21eaeb
1 changed files with 4 additions and 0 deletions
|
@ -317,6 +317,10 @@ void SetupSections(
|
|||
tr::lng_settings_advanced(),
|
||||
Type::Advanced,
|
||||
{ &st::settingsIconGeneral, kIconPurple });
|
||||
addSection(
|
||||
tr::lng_settings_section_call_settings(),
|
||||
Type::Calls,
|
||||
{ &st::settingsIconCalls, kIconGreen });
|
||||
|
||||
SetupLanguageButton(container);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue