mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
fixup Implement preview and save of chatbots.
This commit is contained in:
parent
d608bffecb
commit
d14f11bd88
1 changed files with 2 additions and 2 deletions
|
@ -225,9 +225,9 @@ void AddBusinessSummary(
|
|||
icons.reserve(int(entryMap.size()));
|
||||
{
|
||||
const auto &account = controller->session().account();
|
||||
const auto mtpOrder = FallbackOrder(); AssertIsDebug();/* account.appConfig().get<Order>(
|
||||
const auto mtpOrder = account.appConfig().get<Order>(
|
||||
"business_promo_order",
|
||||
FallbackOrder());*/
|
||||
FallbackOrder());
|
||||
const auto processEntry = [&](Entry &entry) {
|
||||
icons.push_back(entry.icon);
|
||||
addRow(entry);
|
||||
|
|
Loading…
Add table
Reference in a new issue