ソースを参照

Remove Change Name from EachTick

Zixuan 2 ヶ月 前
コミット
7ad51711d2
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  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");
         }