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
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

@ -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),