mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Fixed intervals of seconds in PickMuteBox.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user