mirror of
https://github.com/wgh136/pixes.git
synced 2025-09-27 04:57:23 +00:00
fix display error
This commit is contained in:
@@ -101,7 +101,7 @@ class _SearchPageState extends State<SearchPage> {
|
||||
Expanded(
|
||||
child: TextBox(
|
||||
placeholder:
|
||||
searchTypes[searchType].tl + ' / ' "Open link".tl,
|
||||
'${searchTypes[searchType].tl} / ${"Open link".tl}',
|
||||
onChanged: (s) => text = s,
|
||||
onSubmitted: (s) => search(),
|
||||
foregroundDecoration: BoxDecoration(
|
||||
|
Reference in New Issue
Block a user