Skip to content

Commit

Permalink
Init
Browse files Browse the repository at this point in the history
  • Loading branch information
Numoy committed Apr 26, 2021
1 parent fb8656f commit 1e5a17c
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions lib/windows_search_delegate.dart
Original file line number Diff line number Diff line change
Expand Up @@ -113,23 +113,6 @@ class WindowsSearchDelegate extends AbstractPlatformSearchDelegate {
),
),
)),
NavigationPanelItem(
icon: fluent.Icon(Icons.input),
label: Text('Page 1'),
onTapped: () {},
),
NavigationPanelTileSeparator(),
NavigationPanelItem(
icon: fluent.Icon(Icons.format_align_center),
label: Text('Page 2'),
onTapped: () {},
),
NavigationPanelTileSeparator(),
NavigationPanelItem(
icon: fluent.Icon(Icons.music_note),
label: Text('Page 3'),
onTapped: () {},
),
],
),
body: Container(),
Expand Down

0 comments on commit 1e5a17c

Please sign in to comment.