feat: Make font size configurable
This commit is contained in:
parent
bf15a3a023
commit
add6a8496c
8 changed files with 65 additions and 14 deletions
|
|
@ -9,6 +9,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 fontSizeFactor = 'chat.fluffy.font_size_factor';
|
||||
static const String showNoPid = 'chat.fluffy.show_no_pid';
|
||||
static const String databasePassword = 'database-password';
|
||||
static const String appLockKey = 'chat.fluffy.app_lock';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue