mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-23 03:06:38 +00:00
feat(gui): Add ref params to homepage links in menu
This adds a `ref` param to the URLs in the menu, in order to see where page views are coming from. Change-Type: patch
This commit is contained in:
parent
41a694e4a4
commit
5754b4c6af
@ -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