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

Move support to the main settings (support).

This commit is contained in:
John Preston
2018-10-07 14:42:09 +03:00
parent 1b4f3a7529
commit 6ba0755e15
4 changed files with 19 additions and 12 deletions

View File

@@ -907,7 +907,6 @@ void SetupThemeOptions(not_null<Ui::VerticalLayout*> container) {
}
void SetupSupport(not_null<Ui::VerticalLayout*> container) {
AddDivider(container);
AddSkip(container);
AddSubsectionTitle(container, rpl::single(qsl("Support settings")));
@@ -986,9 +985,6 @@ void Chat::setupContent() {
SetupChatBackground(content);
SetupStickersEmoji(content);
SetupMessages(content);
if (Auth().supportMode()) {
SetupSupport(content);
}
Ui::ResizeFitChild(this, content);
}