Skip to content

Commit

Permalink
Added test label to the tray
Browse files Browse the repository at this point in the history
  • Loading branch information
leMicin committed Dec 28, 2024
1 parent 8c19f09 commit 5447fed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ private void InitializeTray()

menuItems.AddRange(new List<TrayMenuItem>()
{
new(label: "Sidekick - " + GetVersion()),
new(label: "Sidekick Beta - " + GetVersion()),
new(label: Resources["Open_Website"],
onClick: () =>
{
Expand Down

0 comments on commit 5447fed

Please sign in to comment.