WIP
This commit is contained in:
parent
e29716a1e3
commit
f0f3883589
|
@ -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,
|
||||
|
|
|
@ -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>{
|
||||
|
|
Loading…
Reference in New Issue