From 1e5a17c0e574f9f37b3497f1936f81020ce42863 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marvin=20M=C3=A4rz?= Date: Mon, 26 Apr 2021 17:02:33 +0200 Subject: [PATCH] Init --- lib/windows_search_delegate.dart | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/lib/windows_search_delegate.dart b/lib/windows_search_delegate.dart index 5cb8655..48a092f 100644 --- a/lib/windows_search_delegate.dart +++ b/lib/windows_search_delegate.dart @@ -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(),