Skip to content

Commit

Permalink
fix DirectoryNotFound exception when UI opens
Browse files Browse the repository at this point in the history
  • Loading branch information
Aytackydln committed Apr 2, 2024
1 parent 02353e4 commit 8fedd0c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public async Task GenerateProfileStack(string? focusedKey = null)
FocusedAppChanged?.Invoke(this, new FocusedAppChangedEventArgs(application, (BitmapSource)profileImage.Source));

focusedSetTaskCompletion.TrySetResult();
}, DispatcherPriority.DataBind);
}, DispatcherPriority.Render);
}, DispatcherPriority.Loaded);
}).Select(x => x.Task);

Expand Down

0 comments on commit 8fedd0c

Please sign in to comment.