feat: Change the bubble padding in style settings
This commit is contained in:
parent
c80f2a3839
commit
cfb668f940
6 changed files with 51 additions and 17 deletions
|
|
@ -12,6 +12,7 @@ abstract class AppConfig {
|
|||
static String _defaultHomeserver = 'matrix.org';
|
||||
static String get defaultHomeserver => _defaultHomeserver;
|
||||
static String jitsiInstance = 'https://meet.jit.si/';
|
||||
static double bubbleSizeFactor = 1;
|
||||
static double fontSizeFactor = 1;
|
||||
static Color chatColor = primaryColor;
|
||||
static const double messageFontSize = 15.75;
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@ abstract class SettingKeys {
|
|||
static const String amoledEnabled = 'amoled_enabled';
|
||||
static const String codeLanguage = 'code_language';
|
||||
static const String showNoGoogle = 'chat.fluffy.show_no_google';
|
||||
static const String bubbleSizeFactor = 'chat.fluffy.bubble_size_factor';
|
||||
static const String fontSizeFactor = 'chat.fluffy.font_size_factor';
|
||||
static const String showNoPid = 'chat.fluffy.show_no_pid';
|
||||
static const String databasePassword = 'database-password';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue