Procházet zdrojové kódy

Remove Change Name from EachTick

Zixuan před 2 měsíci
rodič
revize
7ad51711d2
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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");
         }