Добавлена поддержка цветов кнопок телеграмма
Some checks failed
CI / build-test (push) Successful in 29s
Release / pack-and-publish (release) Failing after 1m58s

This commit is contained in:
2026-02-11 00:39:58 +03:00
parent 47921b1621
commit 4fa140d91f
6 changed files with 52 additions and 6 deletions

View File

@@ -33,7 +33,7 @@ public sealed class WelcomePage : SingletonPage
return ctx.Navigation.GoToAsync<TitlePage>(ctx, ct);
case WelcomePageButtons.Help:
return new MessageBuilder(ctx).Text("Здесь будет справка.", MessageFormat.Plain).SendAsync(ct);
return new MessageBuilder(ctx).Text("Здесь будет справка.", MessageFormat.Plain).Style(MessageStyle.Success).SendAsync(ct);
case WelcomePageButtons.SendFile:
return ctx.Navigation.GoToAsync<FileSendPage>(ctx, ct);