This commit is contained in:
jantunesmesias 2024-08-22 15:42:02 -03:00
parent e29716a1e3
commit f0f3883589
2 changed files with 1 additions and 2 deletions

View File

@ -105,6 +105,7 @@ class _MenuButtonWidgetState extends State<MenuButtonWidget> {
alignment: const AlignmentDirectional(0.0, 0.0),
child: Text(
widget.title ?? '',
overflow: TextOverflow.ellipsis,
style: FlutterFlowTheme.of(context).titleLarge.override(
fontFamily: 'Nunito',
color: FlutterFlowTheme.of(context).primaryText,

View File

@ -313,8 +313,6 @@ class PreferencesPageModel with ChangeNotifier {
AppState().deleteCliUUID();
AppState().deleteLocal();
AppState().deleteOwnerUUID();
// Navigator.pop(context);
// Navigator.pop(context, true);
context.goNamed(
'homePage',
extra: <String, dynamic>{