2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-03 08:05:12 +00:00

Prepared 9061001 closed beta to build in Xcode and QtCreator.

This commit is contained in:
John Preston
2016-07-27 21:36:45 +03:00
parent c0ea6ce346
commit d9cc70e72b
5 changed files with 17 additions and 6 deletions

View File

@@ -1032,7 +1032,7 @@ void StickersInner::rebuild() {
int maxNameWidth = countMaxNameWidth();
clear();
auto &order = ([this]() {
auto &order = ([this]() -> const Stickers::Order & {
if (_section == Section::Installed) {
return Global::StickerSetsOrder();
} else if (_section == Section::Featured) {