Skip to content

Commit 1fa7a1c

Browse files
committed
2 parents 7da8d10 + b7ca6c9 commit 1fa7a1c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

TwitchDownloaderWPF/PageClipDownload.xaml.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ private async void btnDownload_Click(object sender, RoutedEventArgs e)
117117

118118
saveFileDialog.Filter = "MP4 Files | *.mp4";
119119
saveFileDialog.RestoreDirectory = true;
120+
saveFileDialog.FileName = textStreamer.Text + " - " + textTitle.Text;
120121

121122
if (saveFileDialog.ShowDialog() == true)
122123
{

TwitchDownloaderWPF/PageVodDownload.xaml.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ private async void btnDownload_Click(object sender, RoutedEventArgs e)
146146

147147
saveFileDialog.Filter = "MP4 Files | *.mp4";
148148
saveFileDialog.RestoreDirectory = true;
149+
saveFileDialog.FileName = textStreamer.Text + " - " + textTitle.Text;
149150

150151
if (saveFileDialog.ShowDialog() == true)
151152
{

0 commit comments

Comments
 (0)