Skip to content

Commit

Permalink
Reorder Fleet Desktop menu items & rename "Transparency"
Browse files Browse the repository at this point in the history
  • Loading branch information
rachaelshaw committed Oct 30, 2024
1 parent d835a45 commit fdb687c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions orbit/cmd/desktop/desktop.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,13 +146,14 @@ func main() {
myDeviceItem := systray.AddMenuItem("Connecting...", "")
myDeviceItem.Disable()

transparencyItem := systray.AddMenuItem("Transparency", "")
transparencyItem.Disable()
systray.AddSeparator()

selfServiceItem := systray.AddMenuItem("Self-service", "")
selfServiceItem.Disable()
selfServiceItem.Hide()
systray.AddSeparator()

transparencyItem := systray.AddMenuItem("About Fleet", "")
transparencyItem.Disable()


tokenReader := token.Reader{Path: identifierPath}
if _, err := tokenReader.Read(); err != nil {
Expand Down

0 comments on commit fdb687c

Please sign in to comment.