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), alignment: const AlignmentDirectional(0.0, 0.0),
child: Text( child: Text(
widget.title ?? '', widget.title ?? '',
overflow: TextOverflow.ellipsis,
style: FlutterFlowTheme.of(context).titleLarge.override( style: FlutterFlowTheme.of(context).titleLarge.override(
fontFamily: 'Nunito', fontFamily: 'Nunito',
color: FlutterFlowTheme.of(context).primaryText, color: FlutterFlowTheme.of(context).primaryText,

View File

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