handle deepLink from score saber AND try fix white border

This commit is contained in:
MathieuG-P
2022-12-19 01:55:20 +01:00
parent a786be653c
commit 714837286f
7 changed files with 37 additions and 27 deletions
@@ -141,8 +141,6 @@ export class LocalMapsManagerService {
this.windows.openWindow("oneclick-download-map.html");
console.log("oui");
ipcMain.once("one-click-map-info", async (event, req: IpcRequest<void>) => {
this.utils.ipcSend(req.responceChannel, {success: true, data: {id: mapId, isHash}});
});