Frontend: Hide the Places settings card on the Portal

This commit is contained in:
Ömer Duran 2026-06-05 21:03:40 +02:00
parent 1b5b54aaad
commit 166b9513f1
No known key found for this signature in database
GPG key ID: 2550B0D579890013

View file

@ -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>