ntminer 5 lat temu
rodzic
commit
1b5f03dc5c

+ 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()) {