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:
@@ -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
|
||||
|
Reference in New Issue
Block a user