diff --git a/Flow.Launcher/ViewModel/ResultViewModel.cs b/Flow.Launcher/ViewModel/ResultViewModel.cs index 151bb580c..3f204c16c 100644 --- a/Flow.Launcher/ViewModel/ResultViewModel.cs +++ b/Flow.Launcher/ViewModel/ResultViewModel.cs @@ -188,7 +188,7 @@ namespace Flow.Launcher.ViewModel { try { - var image = await Task.Run(() => icon()).ConfigureAwait(false); + var image = icon(); return image; } catch (Exception e)