We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1481906 commit ba80f19Copy full SHA for ba80f19
1 file changed
README.md
@@ -69,7 +69,7 @@ builder.Window.UseFrame(false);
69
70
And change your window icon (uses `wwwroot/favicon.ico` as the default):
71
```csharp
72
-builder.Window.UseFrame(false);
+builder.Window.UseIcon("myicon.ico");
73
```
74
75
It is also possible to configure these values through `appsettings.json` like so:
0 commit comments