chore: Follow up donation button

This commit is contained in:
Christian Kußowski 2025-10-20 07:15:14 +02:00
commit dfc97aa3d7
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
2 changed files with 5 additions and 2 deletions

View file

@ -36,6 +36,7 @@ abstract class AppConfig {
'https://github.com/krille-chan/fluffychat/issues';
static const String changelogUrl =
'https://github.com/krille-chan/fluffychat/blob/main/CHANGELOG.md';
static const String donationUrl = 'https://ko-fi.com/krille';
static const Set<String> defaultReactions = {'👍', '❤️', '😂', '😮', '😢'};