Show archive2mainmenu tooltip for 5 seconds.

This commit is contained in:
John Preston 2019-06-24 11:14:19 +02:00
parent 3a8a74f063
commit a04247a893
1 changed files with 1 additions and 1 deletions

View File

@ -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: