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