소스 검색

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>