mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 12:29:51 +00:00
fix: syntax error after rebase
This commit is contained in:
parent
7ac732198b
commit
507dcf3ce0
1 changed files with 12 additions and 0 deletions
|
@ -75,6 +75,18 @@ class OtherSettingsPage extends BasePage {
|
||||||
handler: (BuildContext context) =>
|
handler: (BuildContext context) =>
|
||||||
Navigator.of(context).pushNamed(Routes.devMoneroCallProfiler),
|
Navigator.of(context).pushNamed(Routes.devMoneroCallProfiler),
|
||||||
),
|
),
|
||||||
|
if (FeatureFlag.hasDevOptions)
|
||||||
|
SettingsCellWithArrow(
|
||||||
|
title: '[dev] file explorer',
|
||||||
|
handler: (BuildContext context) =>
|
||||||
|
Navigator.of(context).pushNamed(Routes.devFileExplorer),
|
||||||
|
),
|
||||||
|
if (FeatureFlag.hasDevOptions)
|
||||||
|
SettingsCellWithArrow(
|
||||||
|
title: '[dev] wallet fuzzer',
|
||||||
|
handler: (BuildContext context) =>
|
||||||
|
Navigator.of(context).pushNamed(Routes.devWalletFuzzer),
|
||||||
|
),
|
||||||
if (FeatureFlag.hasDevOptions)
|
if (FeatureFlag.hasDevOptions)
|
||||||
SettingsCellWithArrow(
|
SettingsCellWithArrow(
|
||||||
title: '[dev] shared preferences',
|
title: '[dev] shared preferences',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue