mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-24 07:17:18 +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',
|
||||
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',
|
||||
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