Sync branch

This commit is contained in:
Natsumi
2023-08-15 03:01:29 +12:00
parent c2f4d0c887
commit 8e0ca62b59
+2 -4
View File
@@ -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);
} }
} }