feat: golden edition modal

This commit is contained in:
Anoop M D
2024-01-05 03:17:55 +05:30
parent 2608ec035e
commit 0db6103b69
4 changed files with 209 additions and 3 deletions

View File

@@ -107,7 +107,7 @@ app.on('ready', async () => {
mainWindow.webContents.setWindowOpenHandler((details) => {
require('electron').shell.openExternal(details.url);
return { action: 'allow' };
return { action: 'deny' };
});
// register all ipc handlers