Fixed intervals of seconds in PickMuteBox.

This commit is contained in:
23rd 2022-04-21 13:16:43 +03:00 committed by John Preston
parent cee593c423
commit d172d3d7db

View file

@ -180,14 +180,14 @@ void PickMuteBox(not_null<Ui::GenericBox*> box, not_null<PeerData*> 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