order most frequent bangs first for site search

This commit is contained in:
Fabian Freund
2024-06-16 20:55:58 +02:00
parent f50391d1da
commit ed8c176286
7 changed files with 41 additions and 10 deletions
@@ -24,7 +24,8 @@ class BangListScreen extends HookConsumerWidget {
? (category: category!, subCategory: subCategory)
: null,
domain: null,
groups: null
groups: null,
orderMostFrequentFirst: null,
),
),
);