mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2025-06-02 23:59:50 -04:00
Update nuget packages
This commit is contained in:
parent
5a84fb25e6
commit
7ffb799136
4 changed files with 9 additions and 8 deletions
|
@ -143,13 +143,13 @@ namespace DiscordChatExporter.Gui.ViewModels
|
|||
}
|
||||
}
|
||||
|
||||
private async void ViewClosed()
|
||||
private void ViewClosed()
|
||||
{
|
||||
// Save settings
|
||||
_settingsService.Save();
|
||||
|
||||
// Finalize updates if available
|
||||
await _updateService.FinalizeUpdateAsync();
|
||||
_updateService.FinalizeUpdate();
|
||||
}
|
||||
|
||||
private async void PullData()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue