diff --git a/VdLabel/DesktopCatalogViewModel.cs b/VdLabel/DesktopCatalogViewModel.cs index 325b4da..0063d0a 100644 --- a/VdLabel/DesktopCatalogViewModel.cs +++ b/VdLabel/DesktopCatalogViewModel.cs @@ -39,7 +39,7 @@ public DesktopCatalogViewModel(IVirualDesktopService virualDesktopService, IComm private async void Setup() { - var config = await this.configStore.Load().ConfigureAwait(false); + var config = await this.configStore.Load(); var pos = config.NamePosition switch { NamePosition.Top => Dock.Top,