Added tasks and added await on get groups

This commit is contained in:
CakeAndBanana
2025-09-25 03:34:59 +02:00
parent e8f8512cdd
commit 37c11e9d73
2 changed files with 17 additions and 1 deletions

View File

@@ -104,7 +104,7 @@ namespace LightlessSync.UI
try
{
_allSyncshells = await _apiController.GroupsGetAll();
_allSyncshells = await _apiController.GroupsGetAll().ConfigureAwait(false);
}
catch (Exception ex)
{