Skip to content

Commit

Permalink
Merge pull request #9 from DRSDavidSoft/master
Browse files Browse the repository at this point in the history
Modified the settings page
  • Loading branch information
Joe Ipson authored Oct 2, 2016
2 parents 554f6e3 + a524c5e commit 42af76e
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 16 deletions.
57 changes: 41 additions & 16 deletions VirtualDestopCycle/Form1.Designer.cs

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

3 changes: 3 additions & 0 deletions VirtualDestopCycle/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ private void alternateHotkeys()

private void Form1_Load(object sender, EventArgs e)
{
labelStatus.Text = "";

if (!useAltKeySettings)
normalHotkeys();
else
Expand Down Expand Up @@ -284,6 +286,7 @@ private void button1_Click(object sender, EventArgs e)
}

Properties.Settings.Default.Save();
labelStatus.Text = "Changes were successful.";
}
}
}

0 comments on commit 42af76e

Please sign in to comment.