2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Version 4.9.9: Add support for Emoji 15.

This commit is contained in:
John Preston
2023-09-18 22:52:23 +04:00
parent ea41aab713
commit a54bc449e4
14 changed files with 12 additions and 5 deletions

View File

@@ -41,9 +41,9 @@ inline auto PreviewPath(int i) {
const auto kSets = {
Set{ { 0, 0, 0, "Mac" }, PreviewPath(0) },
Set{ { 1, 1392, 8'184'590, "Android" }, PreviewPath(1) },
Set{ { 2, 1393, 5'413'219, "Twemoji" }, PreviewPath(2) },
Set{ { 3, 1394, 6'967'218, "JoyPixels" }, PreviewPath(3) },
Set{ { 1, 1804, 8'115'639, "Android" }, PreviewPath(1) },
Set{ { 2, 1805, 5'481'197, "Twemoji" }, PreviewPath(2) },
Set{ { 3, 1806, 7'047'594, "JoyPixels" }, PreviewPath(3) },
};
using Loading = MTP::DedicatedLoader::Progress;