feat: Make font size configurable
This commit is contained in:
parent
bf15a3a023
commit
add6a8496c
8 changed files with 65 additions and 14 deletions
|
|
@ -8,6 +8,7 @@ abstract class AppConfig {
|
|||
static String _defaultHomeserver = 'matrix.org';
|
||||
static String get defaultHomeserver => _defaultHomeserver;
|
||||
static String jitsiInstance = 'https://meet.jit.si/';
|
||||
static double fontSizeFactor = 1.0;
|
||||
static const bool allowOtherHomeservers = true;
|
||||
static const bool enableRegistration = true;
|
||||
static const Color primaryColor = Color(0xFF5625BA);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue