Fix: Customize to disable powered by was ignored

introduced in 8c0807d486
fixes #132

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2023-10-18 01:10:22 +02:00
parent 9feecf3fa8
commit d7cc607d69
No known key found for this signature in database
GPG Key ID: D91C3E91E4CAD6F5

View File

@ -23,7 +23,10 @@
</div>
</div>
<div class="row mt-4">
<div
v-if="!$root.customize.disablePoweredBy"
class="row mt-4"
>
<div class="col form-text text-center">
{{ $t('text-powered-by') }}
<a href="https://github.com/Luzifer/ots"><i class="fab fa-github" /> OTS</a>