opt uplist item

end align player duration

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-07-25 14:49:33 +08:00
parent d567c296f8
commit d17dbe139e
5 changed files with 22 additions and 26 deletions

View File

@@ -56,7 +56,7 @@ class _SearchPageState extends State<SearchPage> {
),
IconButton(
tooltip: '搜索',
onPressed: () => _searchController.submit(),
onPressed: _searchController.submit,
icon: const Icon(Icons.search, size: 22),
),
const SizedBox(width: 10),