mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-02 13:06:08 +02:00
fix
This commit is contained in:
@@ -15,9 +15,11 @@
|
||||
<div class="flex items-center justify-between">
|
||||
<div class="flex flex-none mr-2 items-center">
|
||||
<TooltipWrapper side="bottom" :content="t('view.friend_list.favorites_only_tooltip')">
|
||||
<Switch
|
||||
v-model="friendsListSearchFilterVIP"
|
||||
@update:modelValue="friendsListSearchChange" />
|
||||
<span class="inline-flex">
|
||||
<Switch
|
||||
v-model="friendsListSearchFilterVIP"
|
||||
@update:modelValue="friendsListSearchChange" />
|
||||
</span>
|
||||
</TooltipWrapper>
|
||||
<Select
|
||||
multiple
|
||||
|
||||
Reference in New Issue
Block a user