Skip to content

Commit 50e4d57

Browse files
Merge pull request #22681 from unoplatform/copilot/fix-playground-default-sample
fix: Playground sample not loading on startup
2 parents 2903860 + 8c05e29 commit 50e4d57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SamplesApp/SamplesApp.Shared/App.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ private async void HandleLaunchArguments(LaunchActivatedEventArgs launchActivate
418418

419419
if (SampleControl.Presentation.SampleChooserViewModel.Instance is { } vm && vm.CurrentSelectedSample is null)
420420
{
421-
vm.SetSelectedSample(CancellationToken.None, "Playground", "Playground");
421+
vm.SetSelectedSample(CancellationToken.None, "_None", "Playground");
422422
}
423423
}
424424

0 commit comments

Comments
 (0)