We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c04daf4 commit f28bffbCopy full SHA for f28bffb
Files/View Models/SettingsViewModel.cs
@@ -79,6 +79,8 @@ private void AddDefaultLocations()
79
80
private async void PopulatePinnedSidebarItems()
81
{
82
+ App.SidebarPinned = new SidebarPinnedModel();
83
+
84
StorageFolder cacheFolder = ApplicationData.Current.LocalCacheFolder;
85
86
StorageFile pinnedItemsFile;
Files/Views/InstanceTabsView.xaml.cs
@@ -39,7 +39,6 @@ public InstanceTabsView()
39
tabView = TabStrip;
40
41
App.AppSettings = new SettingsViewModel();
42
- App.SidebarPinned = new SidebarPinnedModel();
43
App.InteractionViewModel = new InteractionViewModel();
44
45
// Turn on Navigation Cache
0 commit comments