mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2025-06-04 00:28:52 -04:00
Add option to specify download directory for assets (#989)
Co-authored-by: Oleksii Holub <1935960+Tyrrrz@users.noreply.github.com>
This commit is contained in:
parent
53ff8ba430
commit
95115f3e99
4 changed files with 67 additions and 16 deletions
|
@ -186,6 +186,7 @@ public class DashboardViewModel : PropertyChangedBase
|
|||
dialog.Guild!,
|
||||
channel,
|
||||
dialog.OutputPath!,
|
||||
null,
|
||||
dialog.SelectedFormat,
|
||||
dialog.After?.Pipe(Snowflake.FromDate),
|
||||
dialog.Before?.Pipe(Snowflake.FromDate),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue