@using AIStudio.Settings.DataModel @using Microsoft.AspNetCore.Components.Routing @using MudBlazor @inherits LayoutComponentBase @if (!this.performingUpdate) { @foreach (var navBarItem in this.navItems) { if (this.SettingsManager.ConfigurationData.App.NavigationBehavior is NavBehavior.NEVER_EXPAND_USE_TOOLTIPS) { @navBarItem.Name } else { @navBarItem.Name } } } @if (!this.performingUpdate && this.IsUpdateAlertVisible) {
An update to version @this.updateToVersion is available. Show details
} @if (!this.performingUpdate) { @this.Body } Please wait for the update to complete...