소스 검색

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