refactor: Remove bubble size slider

This commit is contained in:
Krille 2023-08-11 13:33:16 +02:00
commit 6bd518fa36
No known key found for this signature in database
7 changed files with 18 additions and 46 deletions

View file

@ -9,7 +9,6 @@ abstract class AppConfig {
static String? get applicationWelcomeMessage => _applicationWelcomeMessage;
static String _defaultHomeserver = 'matrix.org';
static String get defaultHomeserver => _defaultHomeserver;
static double bubbleSizeFactor = 1;
static double fontSizeFactor = 1;
static const Color chatColor = primaryColor;
static Color? colorSchemeSeed = primaryColor;