mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-24 01:03:50 +02:00
fix: fix the bug of favorite friends hidding (#1104)
* feat: favorite friends divide by different favorite group * fix: make the update of dividing by favorite groups compatible with previous features * fix: fix the bug of favorite friends * fix: fix the bug of favorite friends * fix: fix the bug of favorite friends hidding * fix: fix the vipFriendsDivideByGroup dataSource, now it was couputed by others, no longer managed by the add favorite, delete favorite etc handler * i18n: chinese translation about split favorite friends * fix: fix the duplicate friend show in a tab
This commit is contained in:
@@ -385,7 +385,9 @@
|
||||
},
|
||||
"width": "侧边栏宽度",
|
||||
"group_by_instance": "将好友按所在房间进行分类排序",
|
||||
"group_by_instance_tooltip": "如果启用,将会在有多名好友在同一房间时,按所在房间对好友进行分类排序。"
|
||||
"group_by_instance_tooltip": "如果启用,将会在有多名好友在同一房间时,按所在房间对好友进行分类排序。",
|
||||
"split_favorite_friends": "将星标好友按照好友分组显示",
|
||||
"split_favorite_friends_tooltip": "如果启用,将会显示星标好友时按照其所在的好友分组显示。"
|
||||
},
|
||||
"user_dialog": {
|
||||
"header": "用户信息",
|
||||
|
||||
Reference in New Issue
Block a user