Merge remote-tracking branch 'ggurdin/display-navigation-rail-setting'

This commit is contained in:
Christian Kußowski 2025-06-05 08:47:19 +02:00
commit 970de1f4b0
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
9 changed files with 129 additions and 102 deletions

View file

@ -59,6 +59,7 @@ abstract class AppConfig {
static bool swipeRightToLeftToReply = true;
static bool? sendOnEnter;
static bool showPresences = true;
static bool displayNavigationRail = false;
static bool experimentalVoip = false;
static const bool hideTypingUsernames = false;
static const bool hideAllStateEvents = false;

View file

@ -32,6 +32,8 @@ abstract class SettingKeys {
'chat.fluffy.swipeRightToLeftToReply';
static const String experimentalVoip = 'chat.fluffy.experimental_voip';
static const String showPresences = 'chat.fluffy.show_presences';
static const String displayNavigationRail =
'chat.fluffy.display_navigation_rail';
}
enum AppSettings<T> {