Jármű navigáció @3h

This commit is contained in:
2026-07-13 07:58:51 +02:00
parent 4bf73c6cc7
commit 0810c528ec
12 changed files with 1374 additions and 3 deletions
+8
View File
@@ -145,6 +145,14 @@ class AppDrawer extends StatelessWidget {
// Get.to(() => const NtripSettingsView());
},
),
ListTile(
leading: const Icon(Icons.local_shipping_outlined),
title: const Text('Jármű navigáció'),
onTap: () {
Get.back();
Get.toNamed(Routes.VIBRONAV);
},
),
// ── 3. Beállítások ─────────────────────────────────
const _SectionLabel('Beállítások'),