From 1dd8d68348ce4280b30ffcfdd15ef74b5a3c4236 Mon Sep 17 00:00:00 2001 From: Robert Kossessa Date: Thu, 1 Feb 2024 17:36:56 +0100 Subject: [PATCH] UPD: Show profile name in preview --- src/components/device/DevicePreview.vue | 12 ++++++++++-- src/components/profile/ProfileButton.vue | 2 +- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/src/components/device/DevicePreview.vue b/src/components/device/DevicePreview.vue index 4380f47..9af5b3d 100644 --- a/src/components/device/DevicePreview.vue +++ b/src/components/device/DevicePreview.vue @@ -3,8 +3,13 @@
-
- {{ $t('preview.title') }} +
+
+ {{ $t('preview.title') }} +
+
+ Profile: {{ store.selectedProfile.name }} +
\ No newline at end of file diff --git a/src/components/profile/ProfileButton.vue b/src/components/profile/ProfileButton.vue index 6e201e0..540b805 100644 --- a/src/components/profile/ProfileButton.vue +++ b/src/components/profile/ProfileButton.vue @@ -117,7 +117,7 @@ const props = defineProps({ }, showId: { type: Boolean, - default: false, + default: true, }, nameEditable: { type: Boolean,