|
|
@ -39,6 +39,6 @@ namespace DiscordChatExporter.Gui.ViewModels.Framework
|
|
|
|
|
|
|
|
|
|
|
|
public static ExportSetupViewModel CreateExportSetupViewModel(this IViewModelFactory factory,
|
|
|
|
public static ExportSetupViewModel CreateExportSetupViewModel(this IViewModelFactory factory,
|
|
|
|
GuildViewModel guild, ChannelViewModel channel)
|
|
|
|
GuildViewModel guild, ChannelViewModel channel)
|
|
|
|
=> factory.CreateExportSetupViewModel(guild, new[] {channel});
|
|
|
|
=> factory.CreateExportSetupViewModel(guild, new[] { channel });
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|