- language fix

- move item popup fix
This commit is contained in:
Čarodej
2022-03-21 11:56:31 +01:00
parent 1d144d6c9e
commit 5531be6640
16 changed files with 102 additions and 31 deletions

View File

@@ -17,7 +17,7 @@
icon="check-square"
:title="$t('selected_multiple')"
:subtitle="clipboard.length + ' ' + $tc('items', clipboard.length)"
v-if="clipboard.length > 1 || !isSelectedItem"
v-if="clipboard.length > 1 && !isSelectedItem"
/>
<TreeMenu

View File

@@ -185,7 +185,7 @@
</div>
<!-- Subscription -->
<div v-if="app" class="card shadow-card">
<div v-if="app && config.isSaaS" class="card shadow-card">
<FormLabel icon="credit-card">
{{ $t('subscription') }}
</FormLabel>