Skip to content

Commit

Permalink
Update emoji config version.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-preston committed Sep 14, 2021
1 parent 317dc4f commit d7bdfa2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/emoji_config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ constexpr auto kUniversalSize = 72;
constexpr auto kImagesPerRow = 32;
constexpr auto kImageRowsPerSprite = 16;

constexpr auto kSetVersion = uint32(2);
constexpr auto kCacheVersion = uint32(6);
constexpr auto kSetVersion = uint32(3);
constexpr auto kCacheVersion = uint32(7);
constexpr auto kMaxId = uint32(1 << 8);

#ifdef Q_OS_MAC
Expand Down

0 comments on commit d7bdfa2

Please sign in to comment.