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),
|
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,
|
||||||
|
|
|
@ -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>{
|
||||||
|
|
Loading…
Reference in New Issue