mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-21 10:16:32 +00:00
Merge pull request #2010 from resin-io/menu-link-ref
feat(gui): Add ref params to homepage links in menu
This commit is contained in:
commit
0038c6c65a
@ -84,13 +84,13 @@ const buildWindowMenu = (window) => {
|
|||||||
{
|
{
|
||||||
label: 'Etcher Pro',
|
label: 'Etcher Pro',
|
||||||
click () {
|
click () {
|
||||||
electron.shell.openExternal('https://etcher.io/pro')
|
electron.shell.openExternal('https://etcher.io/pro?utm_source=etcher_menu&ref=etcher_menu')
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Etcher Website',
|
label: 'Etcher Website',
|
||||||
click () {
|
click () {
|
||||||
electron.shell.openExternal('https://etcher.io')
|
electron.shell.openExternal('https://etcher.io?ref=etcher_menu')
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user