mirror of
https://github.com/vrcx-team/VRCX.git
synced 2026-04-06 00:32:02 +02:00
Auto load friends list
This commit is contained in:
@@ -3882,6 +3882,8 @@ console.log(`isLinux: ${LINUX}`);
|
||||
}
|
||||
if (index === 'notification') {
|
||||
this.unseenNotifications = [];
|
||||
} else if (index === 'friendsList') {
|
||||
this.friendsListSearchChange();
|
||||
}
|
||||
|
||||
workerTimers.setTimeout(() => {
|
||||
|
||||
@@ -656,7 +656,7 @@
|
||||
"previous_display_names": "Previous Display Names:",
|
||||
"pronouns": "Pronouns",
|
||||
"tags": {
|
||||
"friend_no": "Friend No.{number}",
|
||||
"friend_no": "Friend {number}",
|
||||
"vrchat_team": "VRChat Team"
|
||||
},
|
||||
"badges": {
|
||||
@@ -2019,4 +2019,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -69,13 +69,6 @@ mixin friendsListTab
|
||||
icon='el-icon-refresh'
|
||||
circle
|
||||
style='flex: none')
|
||||
el-tooltip(placement='top' :content='$t("view.friend_list.clear_tooltip")' :disabled='hideTooltips')
|
||||
el-button(
|
||||
type='default'
|
||||
@click='friendsListTable.data = []'
|
||||
icon='el-icon-delete'
|
||||
circle
|
||||
style='flex: none; margin-left: 5px')
|
||||
data-tables(
|
||||
v-bind='friendsListTable'
|
||||
@row-click='selectFriendsListRow'
|
||||
|
||||
Reference in New Issue
Block a user