- {{ $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,