From 5927db071ed68c8cca12bda61505ca1db7b253df Mon Sep 17 00:00:00 2001 From: zznty <94796179+zznty@users.noreply.github.com> Date: Sun, 12 May 2024 17:52:08 +0700 Subject: [PATCH] fix: show more button missing for conversations catalog --- MusicX/Services/CustomSectionsService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MusicX/Services/CustomSectionsService.cs b/MusicX/Services/CustomSectionsService.cs index 6bc17e64..e809c9fc 100644 --- a/MusicX/Services/CustomSectionsService.cs +++ b/MusicX/Services/CustomSectionsService.cs @@ -448,7 +448,7 @@ private async Task
GetCatalogsSectionAsync() Name = "header_extended", Title = "Вложения" }, - Buttons = buttons + Actions = buttons }, MapLinksBlock(convs),