mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 06:13:52 +02:00
Sync branch
This commit is contained in:
@@ -13570,10 +13570,8 @@ speechSynthesis.getVoices();
|
||||
cancelButtonText: 'Cancel',
|
||||
type: 'info',
|
||||
callback: (action) => {
|
||||
if (
|
||||
action === 'confirm' &&
|
||||
removeFromArray(this.friendLogTable.data, row)
|
||||
) {
|
||||
if (action === 'confirm') {
|
||||
removeFromArray(this.friendLogTable.data, row);
|
||||
database.deleteFriendLogHistory(row.rowId);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user