mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-01-28 22:01:55 +00:00
@@ -12,7 +12,7 @@ namespace DiscordChatExporter.Gui.Converters
|
||||
|
||||
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
|
||||
{
|
||||
var format = (ExportFormat?) value;
|
||||
var format = value as ExportFormat?;
|
||||
return format?.GetDisplayName();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user