We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e1b53d commit 5cddbb1Copy full SHA for 5cddbb1
1 file changed
VisualStudioDiscordRPC.Shared/Nests/Base/BaseButtonNest.cs
@@ -33,7 +33,7 @@ private void UpdateButtonWithInfo(int index, ButtonInfo buttonInfo)
33
34
if (string.IsNullOrEmpty(buttonInfo.Label) ||
35
string.IsNullOrEmpty(buttonInfo.Url) ||
36
- Uri.TryCreate(buttonInfo.Url, UriKind.Absolute, out Uri _))
+ !Uri.TryCreate(buttonInfo.Url, UriKind.Absolute, out Uri _))
37
{
38
Buttons.Remove(button);
39
return;
0 commit comments