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:
@@ -328,6 +328,7 @@ export default connections => {
|
|||||||
|
|
||||||
return { status: 'success', response: { willAbort } };
|
return { status: 'success', response: { willAbort } };
|
||||||
});
|
});
|
||||||
|
|
||||||
ipcMain.handle('kill-tab-query', async (event, { uid, tabUid }) => {
|
ipcMain.handle('kill-tab-query', async (event, { uid, tabUid }) => {
|
||||||
if (!tabUid) return;
|
if (!tabUid) return;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user