Fixed the buttons in the settings menu
This commit is contained in:
parent
556f519413
commit
051f62f622
3 changed files with 462 additions and 463 deletions
|
@ -76,12 +76,12 @@ namespace XeroBrowser
|
|||
tabControl1.SelectedIndex = 0;
|
||||
}
|
||||
|
||||
private void btnPrivacy_Click(object sender, EventArgs e)
|
||||
private void Appearance_Click(object sender, EventArgs e)
|
||||
{
|
||||
tabControl1.SelectedIndex = 1;
|
||||
}
|
||||
|
||||
private void Appearance_Click(object sender, EventArgs e)
|
||||
private void btnPrivacy_Click(object sender, EventArgs e)
|
||||
{
|
||||
tabControl1.SelectedIndex = 2;
|
||||
}
|
||||
|
|
Reference in a new issue