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:
parent
9feecf3fa8
commit
d7cc607d69
1 changed files with 4 additions and 1 deletions
|
@ -23,7 +23,10 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="row mt-4">
|
<div
|
||||||
|
v-if="!$root.customize.disablePoweredBy"
|
||||||
|
class="row mt-4"
|
||||||
|
>
|
||||||
<div class="col form-text text-center">
|
<div class="col form-text text-center">
|
||||||
{{ $t('text-powered-by') }}
|
{{ $t('text-powered-by') }}
|
||||||
<a href="https://github.com/Luzifer/ots"><i class="fab fa-github" /> OTS</a>
|
<a href="https://github.com/Luzifer/ots"><i class="fab fa-github" /> OTS</a>
|
||||||
|
|
Loading…
Reference in a new issue