🔨 Hide setting if can not manage

This commit is contained in:
SebClem 2022-07-04 18:55:24 +02:00 committed by Sébastien Clément
parent 386e3d9d22
commit f669d7e4f4

View File

@ -1,5 +1,5 @@
<template>
<v-card title="Settings" :disabled="!properties.guild?.canManage">
<v-card title="Settings" v-if="!properties.guild?.canManage">
<template v-slot:prepend>
<v-icon color="primary" size="x-large">mdi-cog</v-icon>
</template>