Don't open exported file on completion

Fixes #85
pull/116/head
Oleksii Holub 6 years ago
parent 4144911208
commit aa53cecd4e

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

Loading…
Cancel
Save