diff --git a/frontend/src/dialog/photo/files.vue b/frontend/src/dialog/photo/files.vue index b8e783ce2..029e7af36 100644 --- a/frontend/src/dialog/photo/files.vue +++ b/frontend/src/dialog/photo/files.vue @@ -41,17 +41,21 @@ - + Actions + + Download + + @click.stop.prevent="primary(file)" v-if="file.Type === 'jpg' && !file.Primary && file.Root === '/'"> Primary + @click.stop.prevent="unstack(file)" v-if="!file.Sidecar && !file.Primary && file.Root === '/'"> Unstack @@ -78,7 +82,7 @@ Name - {{ file.Name }} + {{ file.Name }}