Jelajahi Sumber

Fixed description of custom dashboards

Kenric Nugteren 8 bulan lalu
induk
melakukan
10410e6239
1 mengubah file dengan 4 tambahan dan 0 penghapusan
  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>