File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -74,17 +74,17 @@ class _UbuntuSettingsAppState extends State<UbuntuSettingsApp> {
74
74
: null ,
75
75
),
76
76
),
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
+ ),
88
88
);
89
89
},
90
90
},
You can’t perform that action at this time.
0 commit comments