浏览代码

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");
         }