Skip to content

Commit

Permalink
Deals with Davidobot#534
Browse files Browse the repository at this point in the history
  • Loading branch information
Shuken committed Sep 22, 2020
1 parent 4b30d51 commit ed3fd73
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 33 deletions.
62 changes: 31 additions & 31 deletions BetterJoyForCemu/MainForm.Designer.cs

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

4 changes: 2 additions & 2 deletions BetterJoyForCemu/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -277,9 +277,9 @@ void ReenableViGEm(Joycon v) {
}
}

private void foldLbl_Click(object sender, EventArgs e) {
private void btn_settings_Click(object sender, EventArgs e) {
rightPanel.Visible = !rightPanel.Visible;
foldLbl.Text = rightPanel.Visible ? "<" : ">";
btn_settings.Text = rightPanel.Visible ? "Close Settings" : "Open Settings";
}

private void cbBox_Changed(object sender, EventArgs e) {
Expand Down

0 comments on commit ed3fd73

Please sign in to comment.