1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

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

This commit is contained in:
2022-02-26 10:19:15 +01:00
committed by GitHub

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;