Skip to content

Commit

Permalink
forgot to comment out something
Browse files Browse the repository at this point in the history
  • Loading branch information
lay295 committed May 7, 2020
1 parent 36cd7f4 commit 68b8cb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TwitchDownloaderWPF/PageVodDownload.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ private void SetEnabled(bool isEnabled)
numEndMinute.IsEnabled = isEnabled;
numEndSecond.IsEnabled = isEnabled;
btnDownload.IsEnabled = isEnabled;
btnQueue.IsEnabled = isEnabled;
//btnQueue.IsEnabled = isEnabled;
}
private void Hyperlink_RequestNavigate(object sender, RequestNavigateEventArgs e)
{
Expand Down

0 comments on commit 68b8cb5

Please sign in to comment.