Browse Source

Dashboard does not cache favourite settings.

Kenric Nugteren 2 years ago
parent
commit
5fe8f5d0c3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      prs.desktop/Dashboards/UtilityDashboard.xaml.cs

+ 1 - 1
prs.desktop/Dashboards/UtilityDashboard.xaml.cs

@@ -219,7 +219,7 @@ namespace PRSDesktop
             {
                 yield return favourite;
             }
-            var global = new GlobalConfiguration<GlobalUtilityDashboardSettings>().Load().Favourites;
+            var global = new GlobalConfiguration<GlobalUtilityDashboardSettings>().Load(false).Favourites;
             foreach (var favourite in global)
             {
                 yield return favourite;