changed suggestion text for installed apps page
This commit is contained in:
parent
2141e144be
commit
bfa8dafb4a
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ class _AppListFragmentState extends State<AppListFragment> {
|
||||||
header: AutoSuggestBox(
|
header: AutoSuggestBox(
|
||||||
items: state.apps.map((e) => e.name).toList(),
|
items: state.apps.map((e) => e.name).toList(),
|
||||||
leadingIcon: const Icon(FluentIcons.search).padding(all: 16),
|
leadingIcon: const Icon(FluentIcons.search).padding(all: 16),
|
||||||
placeholder: "Search for apps",
|
placeholder: "Search for installed apps",
|
||||||
onSelected: (value) {
|
onSelected: (value) {
|
||||||
final app = state.apps.firstWhere((e) => e.name == value);
|
final app = state.apps.firstWhere((e) => e.name == value);
|
||||||
setState(() {
|
setState(() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue