We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
arduino
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 5e37994 commit 35cb0e6Copy full SHA for 35cb0e6
systray/systray_real.go
@@ -55,7 +55,7 @@ func (s *Systray) start() {
55
menuVer.Disable()
56
57
// Add links
58
- mURL := systray.AddMenuItem("Go to Arduino Create", "Arduino Create")
+ mURL := systray.AddMenuItem("Go to Arduino Cloud", "Arduino Cloud")
59
mDebug := systray.AddMenuItem("Open Debug Console", "Debug console")
60
mConfig := systray.AddMenuItem("Open Configuration", "Config File")
61
@@ -85,7 +85,7 @@ func (s *Systray) start() {
85
for {
86
select {
87
case <-mURL.ClickedCh:
88
- _ = open.Start("https://create.arduino.cc")
+ _ = open.Start("https://app.arduino.cc")
89
case <-mDebug.ClickedCh:
90
_ = open.Start(s.DebugURL())
91
case <-mConfig.ClickedCh:
0 commit comments