mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-22 10:34:32 +00:00
lelantus scan option fix
This commit is contained in:
parent
f0b62aed92
commit
830a7ab24f
1 changed files with 13 additions and 11 deletions
|
@ -405,6 +405,7 @@ class _RestoreOptionsViewState extends ConsumerState<RestoreOptionsView> {
|
||||||
color: Colors.transparent,
|
color: Colors.transparent,
|
||||||
child: Column(
|
child: Column(
|
||||||
children: [
|
children: [
|
||||||
|
if (coin is Firo)
|
||||||
CheckboxTextButton(
|
CheckboxTextButton(
|
||||||
label: "Scan for Lelantus transactions",
|
label: "Scan for Lelantus transactions",
|
||||||
onChanged: (newValue) {
|
onChanged: (newValue) {
|
||||||
|
@ -413,6 +414,7 @@ class _RestoreOptionsViewState extends ConsumerState<RestoreOptionsView> {
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
|
if (coin is Firo)
|
||||||
const SizedBox(
|
const SizedBox(
|
||||||
height: 8,
|
height: 8,
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in a new issue