Skip to content

Commit

Permalink
Merge pull request #2167 from KomodoPlatform/wallet_page_autofocus
Browse files Browse the repository at this point in the history
restore autofocus on wallet page
  • Loading branch information
smk762 authored Dec 8, 2022
2 parents ce7eb8b + e686798 commit 0d2ce7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atomic_defi_design/Dex/Wallet/Sidebar.qml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Item
Layout.preferredHeight: 38

textField.placeholderText: qsTr("Search")
//forceFocus: true
forceFocus: true
searchModel: portfolio_coins
}

Expand Down

0 comments on commit 0d2ce7a

Please sign in to comment.