Skip to content

Commit

Permalink
Update LegacyTrayMenuItemProvider.cs
Browse files Browse the repository at this point in the history
test if error is detected correctly
  • Loading branch information
dannoe authored Apr 30, 2020
1 parent f15e135 commit 6750d62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions KeeTrayTOTP/Menu/LegacyTrayMenuItemProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ private void SetUpLegacyContextMenuEntries()

public override ToolStripMenuItem ProvideMenuItem()
{
return null;
return new ToolStripMenuItem();
}

private void OnTrayContextMenuOpened(object sender, EventArgs e)
Expand Down Expand Up @@ -175,4 +175,4 @@ public void Dispose()
}
}
}
}
}

0 comments on commit 6750d62

Please sign in to comment.