@using LANCommander.Launcher.Models @using Photino.Blazor.CustomWindow.Components @inherits LayoutComponentBase @inject ImportService ImportService @inject ProfileService ProfileService @inject IMessageService MessageService @inject NavigationManager NavigationManager @inject ModalService ModalService @inject LANCommander.SDK.Client LANCommander @inject IJSRuntime JS @if (Settings != null && Settings.Profile != null && ProfileService.IsAuthenticated()) { @if (!Settings.Authentication.OfflineMode) {