mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2024-11-11 07:41:04 +00:00
Rename 'Open in default browser' contextMenu to 'Open with default browser' (#338)
`Open with` more popular and familiar rather than `Open in`
This commit is contained in:
parent
a540326237
commit
df585cbe59
@ -4,7 +4,7 @@ function initContextMenu(mainWindow) {
|
||||
ipcMain.on('contextMenuOpened', (event, targetHref) => {
|
||||
const contextMenuTemplate = [
|
||||
{
|
||||
label: 'Open in default browser',
|
||||
label: 'Open with default browser',
|
||||
click: () => {
|
||||
if (targetHref) {
|
||||
shell.openExternal(targetHref);
|
||||
|
Loading…
Reference in New Issue
Block a user