diff --git a/Project-Aurora/Project-Aurora/Control_ProfilesStack.xaml.cs b/Project-Aurora/Project-Aurora/Control_ProfilesStack.xaml.cs index ec1153c68..8e607bb2f 100644 --- a/Project-Aurora/Project-Aurora/Control_ProfilesStack.xaml.cs +++ b/Project-Aurora/Project-Aurora/Control_ProfilesStack.xaml.cs @@ -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);