Skip to content

Commit

Permalink
Set Modal to parameters value (instead of always false) (microsoft#2449)
Browse files Browse the repository at this point in the history
  • Loading branch information
vnbaaij authored and dannyldj committed Sep 26, 2024
1 parent 0cfca83 commit 158eed9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ public async Task<IDialogReference> ShowSplashScreenAsync(Type component, Dialog
{
DialogType = DialogType.SplashScreen,
Alignment = HorizontalAlignment.Center,
Modal = false,
Modal = parameters.Modal,
PreventDismissOnOverlayClick = parameters.PreventDismissOnOverlayClick,
ShowDismiss = false,
ShowTitle = false,
Expand Down

0 comments on commit 158eed9

Please sign in to comment.