new: add back ping

This commit is contained in:
lollipopkit
2023-11-22 00:18:46 -06:00
parent d1d11e7b70
commit d74819b198
2 changed files with 9 additions and 0 deletions

View File

@@ -173,6 +173,11 @@ class _HomePageState extends State<HomePage>
label: l10n.snippet,
selectedIcon: const Icon(Icons.snippet_folder),
),
const NavigationDestination(
icon: Icon(Icons.network_check_outlined),
label: 'Ping',
selectedIcon: Icon(Icons.network_check),
),
],
);
}