From cc1af28e28365c5f4f2833d00ddb31858c524834 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Dzieko=C5=84ski?= Date: Sat, 18 Nov 2023 17:32:35 +0100 Subject: [PATCH] feat: Use new PathNavigation in GCodes & Config explorers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Dziekoński --- src/components/panels/GcodefilesPanel.vue | 13 ++++++++++--- src/components/panels/Machine/ConfigFilesPanel.vue | 13 ++++++++++--- 2 files changed, 20 insertions(+), 6 deletions(-) diff --git a/src/components/panels/GcodefilesPanel.vue b/src/components/panels/GcodefilesPanel.vue index fc7354386a..93f3c81b94 100644 --- a/src/components/panels/GcodefilesPanel.vue +++ b/src/components/panels/GcodefilesPanel.vue @@ -145,8 +145,10 @@ - {{ $t('Files.CurrentPath') }}: - {{ currentPath || '/' }} + {{ $t('Files.CurrentPath') }}: + + +