Pārlūkot izejas kodu

Fixed description of custom dashboards

Kenric Nugteren 8 mēneši atpakaļ
vecāks
revīzija
10410e6239
1 mainītis faili ar 4 papildinājumiem un 0 dzēšanām
  1. 4 0
      prs.desktop/Dashboards/CustomDashboard.xaml.cs

+ 4 - 0
prs.desktop/Dashboards/CustomDashboard.xaml.cs

@@ -26,6 +26,10 @@ public class CustomDashboardProperties : IDashboardProperties, IUserConfiguratio
 
 public class CustomDashboardElement : DFLayoutElement<CustomDashboardProperties>
 {
+    protected override string GetDescription()
+    {
+        return Properties.DashboardName;
+    }
 }
 
 /// <summary>