Skip to content

Commit 711f97c

Browse files
committed
move url to create-staging.arduino.cc
1 parent fb23663 commit 711f97c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

trayicon.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ func setupSysTray() {
4646
func setupSysTrayReal() {
4747

4848
systray.SetIcon(icon.Data)
49-
mUrl := systray.AddMenuItem("Go to create.arduino.cc", "Arduino Create")
49+
mUrl := systray.AddMenuItem("Go to Create (staging)", "Arduino Create")
5050
menuVer := systray.AddMenuItem("Agent version "+version, "")
5151
mQuit := systray.AddMenuItem("Quit", "Quit the bridge")
5252

@@ -62,6 +62,6 @@ func setupSysTrayReal() {
6262
// We can manipulate the systray in other goroutines
6363
go func() {
6464
<-mUrl.ClickedCh
65-
open.Run("http://create-dev.arduino.cc")
65+
open.Run("http://create-staging.arduino.cc")
6666
}()
6767
}

0 commit comments

Comments
 (0)