Skip to content

Commit

Permalink
Update MainPage.xaml.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Elias Ruemmler committed Feb 12, 2020
1 parent 276ecea commit d6f9567
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/EzoGateway/MainPage.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ public MainPage()
tbx_Value1.Text = "7,03";
tbx_Value2.Text = "647 mV";
tbx_Value3.Text = "21,8 °C";
tbl_Version.Text = "0.4.9-dev";
if (tbl_Version.Text == "0.0.0.0")
tbl_Version.Text = "0.4.9-dev";
}

}
Expand Down

0 comments on commit d6f9567

Please sign in to comment.