Skip to content

Commit 1e5a17c

Browse files
committed
Init
1 parent fb8656f commit 1e5a17c

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

lib/windows_search_delegate.dart

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -113,23 +113,6 @@ class WindowsSearchDelegate extends AbstractPlatformSearchDelegate {
113113
),
114114
),
115115
)),
116-
NavigationPanelItem(
117-
icon: fluent.Icon(Icons.input),
118-
label: Text('Page 1'),
119-
onTapped: () {},
120-
),
121-
NavigationPanelTileSeparator(),
122-
NavigationPanelItem(
123-
icon: fluent.Icon(Icons.format_align_center),
124-
label: Text('Page 2'),
125-
onTapped: () {},
126-
),
127-
NavigationPanelTileSeparator(),
128-
NavigationPanelItem(
129-
icon: fluent.Icon(Icons.music_note),
130-
label: Text('Page 3'),
131-
onTapped: () {},
132-
),
133116
],
134117
),
135118
body: Container(),

0 commit comments

Comments
 (0)