mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-01-23 10:34:25 +01:00
fix: Format
This commit is contained in:
parent
c4d1b17442
commit
e0bc337460
@ -10,8 +10,7 @@ abstract class AppConfig {
|
|||||||
static const bool enableRegistration = true;
|
static const bool enableRegistration = true;
|
||||||
static String _privacyUrl = 'https://fluffychat.im/en/privacy.html';
|
static String _privacyUrl = 'https://fluffychat.im/en/privacy.html';
|
||||||
static String get privacyUrl => _privacyUrl;
|
static String get privacyUrl => _privacyUrl;
|
||||||
static const String sourceCodeUrl =
|
static const String sourceCodeUrl = 'https://gitlab.com/famedly/fluffychat';
|
||||||
'https://gitlab.com/famedly/fluffychat';
|
|
||||||
static const String supportUrl =
|
static const String supportUrl =
|
||||||
'https://gitlab.com/famedly/fluffychat/issues';
|
'https://gitlab.com/famedly/fluffychat/issues';
|
||||||
static const bool enableSentry = true;
|
static const bool enableSentry = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user