Merge branch 'master' into feat/db-import-export

This commit is contained in:
Fabio Di Stasio 2022-02-26 10:19:15 +01:00 committed by GitHub
commit 251795e2d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -328,6 +328,7 @@ export default connections => {
return { status: 'success', response: { willAbort } };
});
ipcMain.handle('kill-tab-query', async (event, { uid, tabUid }) => {
if (!tabUid) return;