Skip to content

Commit 03cdc5e

Browse files
committed
Disable search
1 parent 2eecebb commit 03cdc5e

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

lib/app.dart

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -74,17 +74,17 @@ class _UbuntuSettingsAppState extends State<UbuntuSettingsApp> {
7474
: null,
7575
),
7676
),
77-
appBar: YaruWindowTitleBar(
78-
title: SearchAppBar(
79-
searchHint: context.l10n.searchHint,
80-
clearSearchIconData: YaruIcons.window_close,
81-
searchController: _searchController,
82-
onChanged: (v) => _onSearchChanged(v, context),
83-
onEscape: _onEscape,
84-
appBarHeight: 48,
85-
searchIconData: YaruIcons.search,
86-
),
87-
),
77+
appBar: const YaruWindowTitleBar(
78+
// title: SearchAppBar(
79+
// searchHint: context.l10n.searchHint,
80+
// clearSearchIconData: YaruIcons.window_close,
81+
// searchController: _searchController,
82+
// onChanged: (v) => _onSearchChanged(v, context),
83+
// onEscape: _onEscape,
84+
// appBarHeight: 48,
85+
// searchIconData: YaruIcons.search,
86+
// ),
87+
),
8888
);
8989
},
9090
},

0 commit comments

Comments
 (0)