Don't open exported file on completion

Fixes #85
This commit is contained in:
Oleksii Holub 2018-11-02 17:12:17 +02:00
parent 4144911208
commit aa53cecd4e

View file

@ -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"));
} }