Skip to content

Commit

Permalink
Fixed blank window on Linux (#1457)
Browse files Browse the repository at this point in the history
  • Loading branch information
veler authored Nov 17, 2024
1 parent 6706cf5 commit 3937fe7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ internal sealed partial class BlazorWebView : IDisposable
{
private const string DevToysInteropName = "devtoyswebinterop";
private const string Scheme = "app";
internal const string AppHostAddress = "0.0.0.0";
internal const string AppHostAddress = "localhost";
internal static readonly Uri AppOriginUri = new($"{Scheme}://{AppHostAddress}/");

private const string BlazorInitScript
Expand Down

0 comments on commit 3937fe7

Please sign in to comment.