mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-22 22:49:45 +01:00
web: implement native compression
This commit is contained in:
@@ -32,9 +32,8 @@ ipcMain.on("fromRenderer", async (event, args) => {
|
||||
});
|
||||
|
||||
ipcMain.handle("fromRenderer", async (event, args) => {
|
||||
logger.info("Call requested by renderer", args);
|
||||
|
||||
const { type } = args;
|
||||
logger.info("Call requested by renderer", type);
|
||||
const call = getCall(type);
|
||||
if (!call) return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user