mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-02-25 10:43:41 +00:00
Update nuget packages
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user