mirror of
https://gitlab.com/comunic/comunicmobile
synced 2024-11-22 12:59:21 +00:00
Update Forez tour
This commit is contained in:
parent
0edea3edd4
commit
e301b0e95b
@ -58,6 +58,14 @@ List<Widget> buildTour(TourRouteState state) {
|
|||||||
showPresenceSettingsRoute(context, await ForezGroupHelper.getId()),
|
showPresenceSettingsRoute(context, await ForezGroupHelper.getId()),
|
||||||
),
|
),
|
||||||
|
|
||||||
|
// Chat pane
|
||||||
|
PresentationPane(
|
||||||
|
icon: Icons.question_answer,
|
||||||
|
title: tr("Conversations"),
|
||||||
|
text: tr(
|
||||||
|
"#Forez now integrates the conversation system of Comunic, so you have access both to public and private conversations!"),
|
||||||
|
),
|
||||||
|
|
||||||
LastTourPane(),
|
LastTourPane(),
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user