mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-03-07 07:26:13 +00:00
@@ -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"));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user