mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-11 05:04:35 +00:00
fix
This commit is contained in:
parent
768c51c03b
commit
5ccd96163c
1 changed files with 2 additions and 1 deletions
|
@ -48,7 +48,8 @@ class _AddWalletViewState extends State<AddWalletView> {
|
|||
coins.remove(Coin.firoTestNet);
|
||||
if (Platform.isWindows) {
|
||||
coins.remove(Coin.monero);
|
||||
coins.remove(Coin.wonero);
|
||||
coins.remove(Coin.wownero);
|
||||
}
|
||||
super.initState();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue