From 7bf1f9bd71b18af1567a0cadf1fd552aa8386812 Mon Sep 17 00:00:00 2001 From: John Preston Date: Mon, 4 Nov 2024 14:41:25 +0400 Subject: [PATCH] Put manage chat above stories archive. --- Telegram/SourceFiles/window/window_peer_menu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telegram/SourceFiles/window/window_peer_menu.cpp b/Telegram/SourceFiles/window/window_peer_menu.cpp index 4745fa377..9e66096fd 100644 --- a/Telegram/SourceFiles/window/window_peer_menu.cpp +++ b/Telegram/SourceFiles/window/window_peer_menu.cpp @@ -1421,9 +1421,9 @@ void Filler::fillHistoryActions() { addToggleMuteSubmenu(true); addInfo(); addViewAsTopics(); + addManageChat(); addStoryArchive(); addSupportInfo(); - addManageChat(); addBoostChat(); addCreatePoll(); addThemeEdit();