Skip to content

Commit

Permalink
Added new features
Browse files Browse the repository at this point in the history
Now you can select a default download directory, added a donation window
form
  • Loading branch information
francescodedomenico committed Jan 19, 2018
1 parent 525a58c commit 9853def
Show file tree
Hide file tree
Showing 10 changed files with 4,395 additions and 18 deletions.
Binary file modified .vs/youtube-dl GUI/v15/sqlite3/storage.ide
Binary file not shown.
87 changes: 87 additions & 0 deletions youtube-dl GUI/DonateForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 30 additions & 0 deletions youtube-dl GUI/DonateForm.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;

namespace JAYG
{
public partial class DonateForm : Form
{
public DonateForm()
{
InitializeComponent();
donateform_label.Text = "JAYG is a free and open source software\n\r" +
"if you liked it you can buy me a beer!\n\r";

}

private void DonateForm_Load(object sender, EventArgs e)
{

}


}
}
4,086 changes: 4,086 additions & 0 deletions youtube-dl GUI/DonateForm.resx

Large diffs are not rendered by default.

83 changes: 68 additions & 15 deletions youtube-dl GUI/Form1.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9853def

Please sign in to comment.