mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-25 13:45:52 +00:00
fix: removeMenu on about window (#5712)
This commit is contained in:
committed by
GitHub
parent
3fa9fea6a4
commit
3c72975314
@@ -86,6 +86,7 @@ const template = [
|
||||
nodeIntegration: true,
|
||||
},
|
||||
});
|
||||
aboutWindow.removeMenu();
|
||||
aboutWindow.loadURL(`data:text/html;charset=utf-8,${encodeURIComponent(aboutBruno({version}))}`);
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user