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:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user