chore: Link how do I get stickers FAQ entry
This commit is contained in:
parent
f279b40c67
commit
34a58c5962
2 changed files with 3 additions and 1 deletions
|
|
@ -27,6 +27,8 @@ abstract class AppConfig {
|
||||||
'https://fluffy.chat/faq/#how_to_use_end_to_end_encryption';
|
'https://fluffy.chat/faq/#how_to_use_end_to_end_encryption';
|
||||||
static const String startChatTutorial =
|
static const String startChatTutorial =
|
||||||
'https://fluffy.chat/faq/#how_do_i_find_other_users';
|
'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 appId = 'im.fluffychat.FluffyChat';
|
||||||
static const String appOpenUrlScheme = 'im.fluffychat';
|
static const String appOpenUrlScheme = 'im.fluffychat';
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -144,7 +144,7 @@ class StickerPickerDialogState extends State<StickerPickerDialog> {
|
||||||
OutlinedButton.icon(
|
OutlinedButton.icon(
|
||||||
onPressed: () => UrlLauncher(
|
onPressed: () => UrlLauncher(
|
||||||
context,
|
context,
|
||||||
'https://matrix.to/#/#fluffychat-stickers:janian.de',
|
AppConfig.howDoIGetStickersTutorial,
|
||||||
).launchUrl(),
|
).launchUrl(),
|
||||||
icon: const Icon(Icons.explore_outlined),
|
icon: const Icon(Icons.explore_outlined),
|
||||||
label: Text(L10n.of(context).discover),
|
label: Text(L10n.of(context).discover),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue