mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-03-09 16:36:09 +00:00
Bump framework version and small cleanup
This commit is contained in:
@@ -81,7 +81,7 @@ namespace DiscordChatExporter.Gui.ViewModels
|
||||
Guild = m.Guild;
|
||||
Channel = m.Channel;
|
||||
SelectedFormat = _settingsService.LastExportFormat;
|
||||
FilePath = $"{Guild} - {Channel}.{SelectedFormat.GetFileExtension()}"
|
||||
FilePath = $"{Guild.Name} - {Channel.Name}.{SelectedFormat.GetFileExtension()}"
|
||||
.Replace(Path.GetInvalidFileNameChars(), '_');
|
||||
From = null;
|
||||
To = null;
|
||||
|
||||
Reference in New Issue
Block a user