Skip to content

Commit ba80f19

Browse files
fix: icon usage
1 parent 1481906 commit ba80f19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ builder.Window.UseFrame(false);
6969

7070
And change your window icon (uses `wwwroot/favicon.ico` as the default):
7171
```csharp
72-
builder.Window.UseFrame(false);
72+
builder.Window.UseIcon("myicon.ico");
7373
```
7474

7575
It is also possible to configure these values through `appsettings.json` like so:

0 commit comments

Comments
 (0)