diff --git a/Flow.Launcher/ViewModel/ResultViewModel.cs b/Flow.Launcher/ViewModel/ResultViewModel.cs index 151bb580c78..3f204c16cc6 100644 --- a/Flow.Launcher/ViewModel/ResultViewModel.cs +++ b/Flow.Launcher/ViewModel/ResultViewModel.cs @@ -188,7 +188,7 @@ private async Task LoadImageInternalAsync(string imagePath, Result. { try { - var image = await Task.Run(() => icon()).ConfigureAwait(false); + var image = icon(); return image; } catch (Exception e)