فهرست منبع

Fixed description of custom dashboards

Kenric Nugteren 8 ماه پیش
والد
کامیت
10410e6239
1فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  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>