mirror of
https://github.com/immense/Remotely.git
synced 2025-10-26 11:27:15 +00:00
Set device as online in Create method.
This commit is contained in:
parent
2697afce12
commit
c33e3d970f
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user