mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 22:33:50 +02:00
Sort user avatars by uploaded date
This commit is contained in:
@@ -1192,6 +1192,9 @@
|
||||
<SelectItem value="update">{{
|
||||
t('dialog.user.avatars.sort_by_update')
|
||||
}}</SelectItem>
|
||||
<SelectItem value="createdAt">{{
|
||||
t('dialog.user.avatars.sort_by_uploaded')
|
||||
}}</SelectItem>
|
||||
</SelectContent>
|
||||
</Select>
|
||||
<span class="ml-2 mr-1">{{ t('dialog.user.avatars.group_by') }}</span>
|
||||
|
||||
Reference in New Issue
Block a user