Explorar o código

fix ui update

Robert %!s(int64=3) %!d(string=hai) anos
pai
achega
8fdb591aa7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Bellwether/Pages/ucFrontPage.xaml.cs

+ 1 - 1
Bellwether/Pages/ucFrontPage.xaml.cs

@@ -114,7 +114,7 @@ namespace Bellwether.Pages
 
         private void DisplaySolarInfo(SolarInfoModel solarInfo)
         {
-            uxCapacity.Text = solarInfo.Capacity.ToString("#,##0");
+            uxCapacity.Text = solarInfo.Capacity.ToString();
 
             uxEnergy_Today.Text = solarInfo.Energy_Today.ToString("#,##0");
             uxCO2EmissionSaved_Today.Text = solarInfo.CO2EmissionSaved_Today.ToString("#,##0");