mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-03-14 19:02:30 +00:00
Small clenaup
This commit is contained in:
@@ -60,7 +60,7 @@ namespace DiscordChatExporter.Gui.ViewModels.Dialogs
|
||||
To = From;
|
||||
|
||||
// Generate default file name
|
||||
var defaultFileName = ExportHelper.GetDefaultExportFileName(SelectedFormat, Guild.Model, Channel.Model, From, To);
|
||||
var defaultFileName = ExportHelper.GetDefaultExportFileName(SelectedFormat, Guild, Channel, From, To);
|
||||
|
||||
// Prompt for output file path
|
||||
var ext = SelectedFormat.GetFileExtension();
|
||||
|
||||
Reference in New Issue
Block a user