We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb23663 commit 711f97cCopy full SHA for 711f97c
trayicon.go
@@ -46,7 +46,7 @@ func setupSysTray() {
46
func setupSysTrayReal() {
47
48
systray.SetIcon(icon.Data)
49
- mUrl := systray.AddMenuItem("Go to create.arduino.cc", "Arduino Create")
+ mUrl := systray.AddMenuItem("Go to Create (staging)", "Arduino Create")
50
menuVer := systray.AddMenuItem("Agent version "+version, "")
51
mQuit := systray.AddMenuItem("Quit", "Quit the bridge")
52
@@ -62,6 +62,6 @@ func setupSysTrayReal() {
62
// We can manipulate the systray in other goroutines
63
go func() {
64
<-mUrl.ClickedCh
65
- open.Run("http://create-dev.arduino.cc")
+ open.Run("http://create-staging.arduino.cc")
66
}()
67
}
0 commit comments