forked from mirrors/akkoma-fe
remove local scope button
This commit is contained in:
parent
1d99b00bb9
commit
47269436fd
1 changed files with 0 additions and 13 deletions
|
@ -55,19 +55,6 @@
|
||||||
class="fa-scale-110 fa-old-padding"
|
class="fa-scale-110 fa-old-padding"
|
||||||
/>
|
/>
|
||||||
</button>
|
</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>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue