Browse Source

Remove Change Name from EachTick

Zixuan 1 month ago
parent
commit
7ad51711d2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Furnace/FurnaceGasPanelUI/MainViewModel.cs

+ 1 - 1
Furnace/FurnaceGasPanelUI/MainViewModel.cs

@@ -1195,7 +1195,7 @@ namespace FurnaceGasPanelUI.Client
         {
             this.NowDateTime = DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss");
 
-            this.DisplayName = $"Furnace (Ver:{SoftwareVersion})";
+            //this.DisplayName = $"Furnace (Ver:{SoftwareVersion})";
 
             this.NotifyOfPropertyChange("NowDateTime");
         }