fix: don't show translate button if signed out
This commit is contained in:
parent
d9f7e2bede
commit
587840ec37
@ -220,7 +220,11 @@
|
||||
</button>
|
||||
<XQuoteButton class="button" :note="appearNote" />
|
||||
<button
|
||||
v-if="isForeignLanguage && translation == null"
|
||||
v-if="
|
||||
$i != null &&
|
||||
isForeignLanguage &&
|
||||
translation == null
|
||||
"
|
||||
class="button _button"
|
||||
@click.stop="translate"
|
||||
v-tooltip.noDelay.bottom="i18n.ts.translate"
|
||||
|
@ -125,7 +125,11 @@
|
||||
</button>
|
||||
<XQuoteButton class="button" :note="appearNote" />
|
||||
<button
|
||||
v-if="isForeignLanguage && translation == null"
|
||||
v-if="
|
||||
$i != null &&
|
||||
isForeignLanguage &&
|
||||
translation == null
|
||||
"
|
||||
class="button _button"
|
||||
@click.stop="translate"
|
||||
v-tooltip.noDelay.bottom="i18n.ts.translate"
|
||||
|
Loading…
Reference in New Issue
Block a user