chore: Add support button everywhere
This commit is contained in:
parent
76fdabecaa
commit
6c05ed8aaa
27 changed files with 24 additions and 49 deletions
|
|
@ -37,7 +37,8 @@ abstract class AppConfig {
|
|||
static const String supportUrl =
|
||||
'https://github.com/krille-chan/fluffychat/issues';
|
||||
static const String changelogUrl = 'https://fluffy.chat/en/changelog/';
|
||||
static const String donationUrl = 'https://ko-fi.com/krille';
|
||||
static const String donationUrl =
|
||||
'https://fluffychat.im/faq/#how_can_i_support_fluffychat';
|
||||
|
||||
static const Set<String> defaultReactions = {'👍', '❤️', '😂', '😮', '😢'};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue