Skip to content

Commit

Permalink
Bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Walden committed Jan 26, 2018
1 parent 875bc27 commit daf560a
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions Main.Designer.cs

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

6 changes: 6 additions & 0 deletions Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ private void Uninstall_Click(object sender, EventArgs e)

private void Main_Load(object sender, EventArgs e)
{
if (!Directory.Exists(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData) + "\\tweak-installer\\")) Directory.CreateDirectory(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData) + "\\tweak-installer\\");
//check for updates
try
{
Expand Down Expand Up @@ -156,5 +157,10 @@ private void paypal_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
{
Process.Start("http://paypal.me/JosephWalden");
}

private void autolabel_Click(object sender, EventArgs e)
{
auto.Checked = !auto.Checked;
}
}
}
Binary file modified bin/Debug/Tweak Installer.exe
Binary file not shown.
Binary file modified bin/Debug/Tweak Installer.pdb
Binary file not shown.
Binary file modified obj/Debug/Tweak Installer.csproj.GenerateResource.Cache
Binary file not shown.
Binary file modified obj/Debug/Tweak Installer.exe
Binary file not shown.
Binary file modified obj/Debug/Tweak Installer.pdb
Binary file not shown.

0 comments on commit daf560a

Please sign in to comment.