mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-08 22:45:25 +00:00
feat: golden edition modal
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user