File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import { useStudioState } from '../composables/useStudioState'
55import type { DropdownMenuItem } from ' @nuxt/ui'
66
77const { ui, host, git } = useStudio ()
8- const { preferences, updatePreference, unsetActiveLocation } = useStudioState ()
8+ const { devMode, preferences, updatePreference, unsetActiveLocation } = useStudioState ()
99const user = host .user .get ()
1010
1111// const showTechnicalMode = computed({
@@ -51,7 +51,14 @@ function closeStudio() {
5151 <div
5252 class =" bg-muted/50 border-default border-t-[0.5px] flex items-center justify-between gap-1.5 px-2 py-2"
5353 >
54+ <span
55+ v-if =" devMode"
56+ class =" ml-2 text-xs text-muted"
57+ >
58+ Using local filesystem
59+ </span >
5460 <UDropdownMenu
61+ v-else
5562 :portal =" false"
5663 :items =" userMenuItems"
5764 :ui =" { content: 'w-full' }"
You can’t perform that action at this time.
0 commit comments