diff --git a/Shared/Models/Device.cs b/Shared/Models/Device.cs index e49b365d..842cdfaf 100644 --- a/Shared/Models/Device.cs +++ b/Shared/Models/Device.cs @@ -76,6 +76,7 @@ namespace Remotely.Shared.Models OSArchitecture = RuntimeInformation.OSArchitecture, OSDescription = RuntimeInformation.OSDescription, Is64Bit = Environment.Is64BitOperatingSystem, + IsOnline = true, Drives = DriveInfo.GetDrives().Where(x => x.IsReady).Select(x => new Drive() { DriveFormat = x.DriveFormat,