|
@@ -869,8 +869,8 @@ namespace FurnaceGasPanelUI.Client
|
|
|
protected override void OnInitialize()
|
|
|
{
|
|
|
//display system version or other info...
|
|
|
- this.DisplayName = $"Furnace (V{SoftwareVersion})";
|
|
|
-
|
|
|
+ //this.DisplayName = $"Furnace (V{SoftwareVersion})";
|
|
|
+ this.DisplayName = "FuranceGasPanel";
|
|
|
base.OnInitialize();
|
|
|
this.StartTimer();
|
|
|
|