Sync branch

This commit is contained in:
Natsumi
2023-08-15 03:01:29 +12:00
parent c2f4d0c887
commit 8e0ca62b59

View File

@@ -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);
}
}