Simplify HTTP client management

This commit is contained in:
Tyrrrz 2021-09-28 18:50:43 +03:00
parent ea31b1b270
commit acfe102e7f
3 changed files with 7 additions and 23 deletions

View file

@ -94,7 +94,8 @@ namespace DiscordChatExporter.Gui.ViewModels
{
_updateService.FinalizeUpdate(true);
RequestClose();
});
}
);
}
catch
{