2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Added view-profile-in-chats-list-context-menu option.

This commit is contained in:
23rd
2022-02-01 18:19:47 +03:00
parent 74416568d6
commit 37cd4f51eb
3 changed files with 21 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#include "base/options.h"
#include "chat_helpers/tabbed_panel.h"
#include "lang/lang_keys.h"
#include "window/window_peer_menu.h"
#include "styles/style_settings.h"
#include "styles/style_layers.h"
@@ -62,6 +63,10 @@ void SetupExperimental(
addToggle(ChatHelpers::kOptionTabbedPanelShowOnClick);
AddSkip(container, st::settingsCheckboxesSkip);
addToggle(Window::kOptionViewProfileInChatsListContextMenu);
AddSkip(container, st::settingsCheckboxesSkip);
}
} // namespace