Kaynağa Gözat

Fixed description of custom dashboards

Kenric Nugteren 8 ay önce
ebeveyn
işleme
10410e6239

+ 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>