From 17762c989bbc0fd8046a40eb4e57594d9eb503b2 Mon Sep 17 00:00:00 2001 From: ggurdin Date: Tue, 10 Jun 2025 10:55:32 -0400 Subject: [PATCH] fluffychat merge --- lib/config/app_config.dart | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/config/app_config.dart b/lib/config/app_config.dart index fd376ff15..d89d9eca0 100644 --- a/lib/config/app_config.dart +++ b/lib/config/app_config.dart @@ -140,7 +140,10 @@ abstract class AppConfig { static bool swipeRightToLeftToReply = true; static bool? sendOnEnter; static bool showPresences = true; - static bool displayNavigationRail = false; + // #Pangea + // static bool displayNavigationRail = false; + static bool displayNavigationRail = true; + // Pangea# static bool experimentalVoip = false; static const bool hideTypingUsernames = false; static const bool hideAllStateEvents = false;