mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-11-17 09:47:35 +00:00
Save node on continue
This commit is contained in:
parent
ba783982e4
commit
ec10732eda
1 changed files with 3 additions and 1 deletions
|
@ -82,7 +82,9 @@ class _AdvancedPrivacySettingsBodyState
|
||||||
bottomSection: Column(
|
bottomSection: Column(
|
||||||
children: [
|
children: [
|
||||||
LoadingPrimaryButton(
|
LoadingPrimaryButton(
|
||||||
onPressed: () {},
|
onPressed: () {
|
||||||
|
nodeViewModel.save();
|
||||||
|
},
|
||||||
text: S.of(context).continue_text,
|
text: S.of(context).continue_text,
|
||||||
color: Theme.of(context).accentTextTheme.bodyText1!.color!,
|
color: Theme.of(context).accentTextTheme.bodyText1!.color!,
|
||||||
textColor: Colors.white,
|
textColor: Colors.white,
|
||||||
|
|
Loading…
Reference in a new issue