mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-02-14 15:53:30 -07:00
parent
4144911208
commit
aa53cecd4e
|
|
@ -260,9 +260,6 @@ namespace DiscordChatExporter.Gui.ViewModels
|
|||
// Export
|
||||
_exportService.ExportChatLog(chatLog, filePath, format);
|
||||
|
||||
// Open
|
||||
Process.Start(filePath);
|
||||
|
||||
// Notify completion
|
||||
MessengerInstance.Send(new ShowNotificationMessage("Export complete"));
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue