feat: remove getCurrentWindowId IPC event and related functionality for cleaner API
This commit is contained in:
@@ -52,9 +52,6 @@ export class IPCManager {
|
||||
}
|
||||
})
|
||||
|
||||
ipcMain.handle('get-window-id',(event: any) => {
|
||||
event.returnValue = event.sender.id
|
||||
})
|
||||
}
|
||||
|
||||
// 注册同步处理器
|
||||
|
||||
Reference in New Issue
Block a user