add stuff

This commit is contained in:
sadposter 2021-07-01 16:06:59 +01:00
parent 214d85189c
commit d49434a799
4 changed files with 24 additions and 3 deletions

View file

@ -55,6 +55,19 @@
class="fa-scale-110 fa-old-padding"
/>
</button>
<button
v-if="showLocal"
class="button-unstyled scope"
:class="css.local"
:title="$t('post_status.scope.local')"
type="button"
@click="changeVis('local')"
>
<FAIcon
icon="users"
class="fa-scale-110 fa-old-padding"
/>
</button>
</div>
</template>