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