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 d7ee48b commit b8f9029Copy full SHA for b8f9029
src/Files.App/Services/Windows/WindowsJumpListService.cs
@@ -102,7 +102,7 @@ public async Task RefreshPinnedFoldersAsync()
102
}
103
finally
104
{
105
- App.QuickAccessManager.PinnedItemsWatcher.EnableRaisingEvents = true;
+ SafetyExtensions.IgnoreExceptions(() => App.QuickAccessManager.PinnedItemsWatcher.EnableRaisingEvents = true);
106
107
108
0 commit comments