ntminer vor 5 Jahren
Ursprung
Commit
1b5f03dc5c
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  1. 2 1
      src/AppModels/MinerStudio/Vms/MinerClientsWindowViewModel.cs

+ 2 - 1
src/AppModels/MinerStudio/Vms/MinerClientsWindowViewModel.cs

@@ -101,7 +101,8 @@ namespace NTMiner.MinerStudio.Vms {
                 GpuType = GpuType,
                 GpuName = GpuName,
                 GpuDriver = GpuDriver,
-                SortDirection = SortDirection
+                SortDirection = SortDirection,
+                SortField = SortField
             }, (response, exception) => {
                 this.CountDown = 10;
                 if (response.IsSuccess()) {