From a04247a8932764d2f8609cd148509b46da998178 Mon Sep 17 00:00:00 2001 From: John Preston Date: Mon, 24 Jun 2019 11:14:19 +0200 Subject: [PATCH] Show archive2mainmenu tooltip for 5 seconds. --- 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 0103f0e51..4e1250c74 100644 --- a/Telegram/SourceFiles/window/window_peer_menu.cpp +++ b/Telegram/SourceFiles/window/window_peer_menu.cpp @@ -48,7 +48,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL namespace Window { namespace { -constexpr auto kArchivedToastDuration = crl::time(3000); +constexpr auto kArchivedToastDuration = crl::time(5000); class Filler { public: