mirror of
https://github.com/Luzifer/ots.git
synced 2025-02-06 18:35:23 -05:00
Fix: Customize to disable powered by was ignored
introduced in 8c0807d4869664aedb0c0ce54751ca9320dd4aff fixes #132 Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
9feecf3fa8
commit
d7cc607d69
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user