зеркало из https://github.com/nextcloud/spreed.git
Hide details tab when not needed
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Родитель
dbf79cb86e
Коммит
8222e88d78
|
@ -56,7 +56,8 @@
|
||||||
:can-search="canSearchParticipants"
|
:can-search="canSearchParticipants"
|
||||||
:can-add="canAddParticipants" />
|
:can-add="canAddParticipants" />
|
||||||
</AppSidebarTab>
|
</AppSidebarTab>
|
||||||
<AppSidebarTab id="details-tab"
|
<AppSidebarTab v-if="!getUserId || showSIPSettings"
|
||||||
|
id="details-tab"
|
||||||
:order="3"
|
:order="3"
|
||||||
:name="t('spreed', 'Details')"
|
:name="t('spreed', 'Details')"
|
||||||
icon="icon-details">
|
icon="icon-details">
|
||||||
|
|
Загрузка…
Ссылка в новой задаче