Skip to content

Commit

Permalink
[CastIt.Server.Windows.TrayIcon] Open the main web page
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfteam committed Nov 24, 2021
1 parent 3c6034f commit d0c7726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CastIt.Server.Windows.TrayIcon/TrayIcon.cs
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ public void OpenUrl(object sender, EventArgs e)
MessageBox.Show("Server is not running", "Error");
return;
}
Process.Start("explorer.exe", $"{ip}/swagger/index.html");
Process.Start("explorer.exe", ip);
}

public void ShowAppFolder(object sender, EventArgs e)
Expand Down

0 comments on commit d0c7726

Please sign in to comment.