chore: Link how do I get stickers FAQ entry

This commit is contained in:
Christian Kußowski 2025-11-22 13:51:13 +01:00
parent f279b40c67
commit 34a58c5962
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
2 changed files with 3 additions and 1 deletions

View file

@ -27,6 +27,8 @@ abstract class AppConfig {
'https://fluffy.chat/faq/#how_to_use_end_to_end_encryption';
static const String startChatTutorial =
'https://fluffy.chat/faq/#how_do_i_find_other_users';
static const String howDoIGetStickersTutorial =
'https://fluffy.chat/faq/#how_do_i_get_stickers';
static const String appId = 'im.fluffychat.FluffyChat';
static const String appOpenUrlScheme = 'im.fluffychat';

View file

@ -144,7 +144,7 @@ class StickerPickerDialogState extends State<StickerPickerDialog> {
OutlinedButton.icon(
onPressed: () => UrlLauncher(
context,
'https://matrix.to/#/#fluffychat-stickers:janian.de',
AppConfig.howDoIGetStickersTutorial,
).launchUrl(),
icon: const Icon(Icons.explore_outlined),
label: Text(L10n.of(context).discover),