From d172d3d7db780447db3a4ec6d56974e05e106911 Mon Sep 17 00:00:00 2001 From: 23rd <23rd@vivaldi.net> Date: Thu, 21 Apr 2022 13:16:43 +0300 Subject: [PATCH] Fixed intervals of seconds in PickMuteBox. --- Telegram/SourceFiles/menu/menu_mute.cpp | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Telegram/SourceFiles/menu/menu_mute.cpp b/Telegram/SourceFiles/menu/menu_mute.cpp index 6e4b60cf4..5079a7d37 100644 --- a/Telegram/SourceFiles/menu/menu_mute.cpp +++ b/Telegram/SourceFiles/menu/menu_mute.cpp @@ -180,14 +180,14 @@ void PickMuteBox(not_null box, not_null peer) { (3600 * 4), (3600 * 8), (3600 * 12), - (84600 * 1), - (84600 * 2), - (84600 * 3), - (84600 * 7 * 1), - (84600 * 7 * 2), - (84600 * 31 * 1), - (84600 * 31 * 2), - (84600 * 31 * 3), + (86400 * 1), + (86400 * 2), + (86400 * 3), + (86400 * 7 * 1), + (86400 * 7 * 2), + (86400 * 31 * 1), + (86400 * 31 * 2), + (86400 * 31 * 3), }; const auto phrases = ranges::views::all( seconds