|
|
@ -260,9 +260,6 @@ namespace DiscordChatExporter.Gui.ViewModels
|
|
|
|
// Export
|
|
|
|
// Export
|
|
|
|
_exportService.ExportChatLog(chatLog, filePath, format);
|
|
|
|
_exportService.ExportChatLog(chatLog, filePath, format);
|
|
|
|
|
|
|
|
|
|
|
|
// Open
|
|
|
|
|
|
|
|
Process.Start(filePath);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Notify completion
|
|
|
|
// Notify completion
|
|
|
|
MessengerInstance.Send(new ShowNotificationMessage("Export complete"));
|
|
|
|
MessengerInstance.Send(new ShowNotificationMessage("Export complete"));
|
|
|
|
}
|
|
|
|
}
|
|
|
|