@page @using Remotely.Shared.Models @inject Remotely.Server.Services.IApplicationConfig AppConfig @inject UserManager UserManager @model Remotely.Server.Pages.RemoteControlModel @{ Layout = null; } Remotely Remote Control @if (AppConfig.Theme == Remotely.Shared.Enums.Theme.Light) { } else { } @if (User.Identity.IsAuthenticated) { var user = await UserManager.GetUserAsync(User); switch (user.UserOptions.Theme) { case Remotely.Shared.Enums.Theme.Light: break; case Remotely.Shared.Enums.Theme.Dark: break; default: break; } } else { if (AppConfig.Theme == Remotely.Shared.Enums.Theme.Light) { } else { } }
Remotely
Support Portal
Shared Clipboard
File Transfer