Fixed the buttons in the settings menu

This commit is contained in:
Diamond Creeper 2023-02-22 12:21:03 +13:00
parent 556f519413
commit 051f62f622
3 changed files with 462 additions and 463 deletions

View file

@ -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;
}