Skip to content

Commit

Permalink
fix navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
frnandu committed Aug 26, 2023
1 parent 4490b0b commit efc4ed6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/router/index/index_drawer_content.dart
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ class _IndexDrawerContnetComponnent extends State<IndexDrawerContentComponent> {
));
list.add(IndexDrawerItem(
iconData: Icons.mail,
name: "DMs",
name: s.Messages,
color: _indexProvider.currentTap == IndexTaps.DM ? mainColor : null,
onTap: () {
indexProvider.setCurrentTap(IndexTaps.DM);
Expand Down
2 changes: 1 addition & 1 deletion lib/router/setting/setting_router.dart
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ class _SettingRouter extends State<SettingRouter> with WhenStopFunction {
));

SettingsList settingsList = SettingsList(
applicationType: ApplicationType.,
applicationType: ApplicationType.material,
sections: [
SettingsSection(title: Text('Interface'), tiles: interfaceTiles),
SettingsSection(title: Text('Security'), tiles: securityTiles),
Expand Down

0 comments on commit efc4ed6

Please sign in to comment.