chore: Adjust support button design
This commit is contained in:
parent
eea4e431b4
commit
54ba19d39e
6 changed files with 83 additions and 14 deletions
|
|
@ -37,8 +37,6 @@ 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://fluffychat.im/faq/#how_can_i_support_fluffychat';
|
||||
|
||||
static const Set<String> defaultReactions = {'👍', '❤️', '😂', '😮', '😢'};
|
||||
|
||||
|
|
|
|||
|
|
@ -66,7 +66,9 @@ enum AppSettings<T> {
|
|||
'https://fluffychat.im/en/privacy',
|
||||
),
|
||||
tos<String>('chat.fluffy.tos_url', 'https://fluffychat.im/en/tos'),
|
||||
sendTimelineEventTimeout<int>('chat.fluffy.send_timeline_event_timeout', 15);
|
||||
sendTimelineEventTimeout<int>('chat.fluffy.send_timeline_event_timeout', 15),
|
||||
lastSeenSupportBanner<int>('chat.fluffy.last_seen_support_banner', 0),
|
||||
supportBannerOptOut<bool>('chat.fluffy.support_banner_opt_out', false);
|
||||
|
||||
final String key;
|
||||
final T defaultValue;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue