mirror of
https://github.com/photoprism/photoprism.git
synced 2026-07-17 16:49:04 +00:00
Frontend: Hide the Places settings card on the Portal
This commit is contained in:
parent
1b5b54aaad
commit
166b9513f1
1 changed files with 1 additions and 1 deletions
|
|
@ -358,7 +358,7 @@
|
|||
</v-card-actions>
|
||||
</v-card>
|
||||
|
||||
<v-card v-if="settings.features.places && !config.disable.places" flat tile class="mt-0 px-1 bg-background">
|
||||
<v-card v-if="!isPortal && settings.features.places && !config.disable.places" flat tile class="mt-0 px-1 bg-background">
|
||||
<v-card-title class="pb-2 text-subtitle-2">
|
||||
{{ $gettext(`Places`) }}
|
||||
</v-card-title>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue