Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into Unpackaged_WebAuth
Browse files Browse the repository at this point in the history
# Conflicts:
#	docs/concepts/Splashscreen.md
#	src/Directory.Build.targets
#	src/WinUIEx/WinUIEx.csproj
#	src/WinUIExSample/App.xaml.cs
#	src/WinUIExSample/WinUIExSample.csproj
  • Loading branch information
dotMorten committed Nov 21, 2024
2 parents 5cf1f26 + 3a255aa commit f9a86e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/concepts/Splashscreen.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ WinUIEx provides two kinds of splash screens:
`SimpleSplashScreen` will show an image while the app is loading. To use it, create a new `SimpleSplashScreen` in App.xaml.cs:

```cs
private SimpleSplashScreen vss { get; set; }
private SimpleSplashScreen fss { get; set; }

public App()
{
Expand Down Expand Up @@ -135,4 +135,4 @@ protected override async Task OnLoading()
await Task.Delay(50);
}
}
```
```
1 change: 1 addition & 0 deletions src/WinUIExSample/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -166,3 +166,4 @@ static void Main(string[] args)
}
#endif
}
}

0 comments on commit f9a86e5

Please sign in to comment.