mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-22 10:34:32 +00:00
expand tokens by default on desktop
This commit is contained in:
parent
06dba00dbd
commit
85e7c6d820
1 changed files with 1 additions and 1 deletions
|
@ -255,7 +255,7 @@ class _AddWalletViewState extends ConsumerState<AddWalletView> {
|
|||
ExpandingSubListItem(
|
||||
title: "Tokens",
|
||||
entities: filter(_searchTerm, tokenEntities),
|
||||
initialState: ExpandableState.collapsed,
|
||||
initialState: ExpandableState.expanded,
|
||||
trailing: AddCustomTokenSelector(
|
||||
addFunction: _addToken,
|
||||
),
|
||||
|
|
Loading…
Reference in a new issue