2 references to SettingsButtonId
Aspire.Dashboard (2)
Components\Layout\MainLayout.razor.cs (2)
405
public Task LaunchSettingsAsync() => LaunchSettingsAsync(GetDefaultReturnFocusElementId(
SettingsButtonId
));
418
OnDialogClosing = EventCallback.Factory.Create<IDialogInstance>(this, _ => HandleDialogClose(GetVisibleReturnFocusElementId(returnFocusElementId,
SettingsButtonId
)))