mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-02-15 00:03:38 -07:00
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…
Reference in a new issue