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;