File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -326,7 +326,7 @@ func (a *App) onReady() {
326326
327327 // --- Autostart Menu Item (macOS only) ---
328328 if runtime .GOOS == osDarwin && a .autostartManager != nil {
329- a .autostartItem = systray .AddMenuItem ("☐ Start at Login" , "Start mcpproxy automatically when you log in" )
329+ a .autostartItem = systray .AddMenuItem ("Start at Login" , "Start mcpproxy automatically when you log in" )
330330 a .updateAutostartMenuItem ()
331331 systray .AddSeparator ()
332332 }
@@ -1040,7 +1040,7 @@ func (a *App) updateAutostartMenuItem() {
10401040 a .autostartItem .SetTitle ("☑️ Start at Login" )
10411041 a .autostartItem .SetTooltip ("mcpproxy will start automatically when you log in (click to disable)" )
10421042 } else {
1043- a .autostartItem .SetTitle ("☐ Start at Login" )
1043+ a .autostartItem .SetTitle ("Start at Login" )
10441044 a .autostartItem .SetTooltip ("Start mcpproxy automatically when you log in (click to enable)" )
10451045 }
10461046}
You can’t perform that action at this time.
0 commit comments