Browse Source

Feed updated

deadmoon 3 years ago
parent
commit
3bf04bec00
4 changed files with 3829 additions and 3653 deletions
  1. 3815 3642
      Optimizer/MainForm.Designer.cs
  2. 12 9
      Optimizer/MainForm.cs
  3. 2 2
      Optimizer/Program.cs
  4. 0 0
      feed.json

File diff suppressed because it is too large
+ 3815 - 3642
Optimizer/MainForm.Designer.cs


+ 12 - 9
Optimizer/MainForm.cs

@@ -548,7 +548,7 @@ namespace Optimizer
             GetDesktopItems();
             GetCustomCommands();
 
-            //GetFeed();
+            GetFeed();
             GetFootprint();
 
             LoadSettings();
@@ -605,18 +605,21 @@ namespace Optimizer
                 lblUpdateDisabled.Visible = true;
             }
 
-            // Indicium-related
-            //var CPUs = IndiciumHelper.GetCPUs();
-            //var RAM = IndiciumHelper.GetRAM();
-            //var GPUs = IndiciumHelper.GetGPUs();
-            //var Motherboards = IndiciumHelper.GetMotherboards();
-            //var Storage = IndiciumHelper.GetStorageDevices();
-            //var Network = IndiciumHelper.GetNetworkDevices();
+            //LoadIndicium();
 
-            // network monitoring
             //_networkMonitor = new NetworkMonitor();
         }
 
+        private void LoadIndicium()
+        {
+            var CPUs = IndiciumHelper.GetCPUs();
+            var RAM = IndiciumHelper.GetRAM();
+            var GPUs = IndiciumHelper.GetGPUs();
+            var Motherboards = IndiciumHelper.GetMotherboards();
+            var Storage = IndiciumHelper.GetStorageDevices();
+            var Network = IndiciumHelper.GetNetworkDevices();
+        }
+
         //private void NetworkMonitoring()
         //{
         //    while (true)

+ 2 - 2
Optimizer/Program.cs

@@ -12,8 +12,8 @@ namespace Optimizer
 
         // Enter current version here
 
-        internal readonly static float Major = 9;
-        internal readonly static float Minor = 9;
+        internal readonly static float Major = 10;
+        internal readonly static float Minor = 0;
 
         internal readonly static bool EXPERIMENTAL_BUILD = false;
 

File diff suppressed because it is too large
+ 0 - 0
feed.json


Some files were not shown because too many files changed in this diff