feat: add setting for whether to show space navigation rail on mobile
This commit is contained in:
parent
12320d4198
commit
4b926935bd
8 changed files with 22 additions and 5 deletions
|
|
@ -34,7 +34,8 @@ class SettingsView extends StatelessWidget {
|
|||
?.tryGet<String>('account');
|
||||
return Row(
|
||||
children: [
|
||||
if (FluffyThemes.isColumnMode(context)) ...[
|
||||
if (FluffyThemes.isColumnMode(context) ||
|
||||
AppConfig.displayNavigationRail) ...[
|
||||
SpacesNavigationRail(
|
||||
activeSpaceId: null,
|
||||
onGoToChats: () => context.go('/rooms'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue