Update Settings

This commit is contained in:
Diamond Creeper 2023-02-22 14:22:31 +13:00
parent 051f62f622
commit ee1666217d
3 changed files with 611 additions and 74 deletions

View file

@ -90,5 +90,20 @@ namespace XeroBrowser
{
tabControl1.SelectedIndex = 3;
}
private void btnAutofill_Click(object sender, EventArgs e)
{
tabControl1.SelectedIndex = 4;
}
private void btnLanguages_Click(object sender, EventArgs e)
{
tabControl1.SelectedIndex = 5;
}
private void btnAccessibility_Click(object sender, EventArgs e)
{
tabControl1.SelectedIndex = 6;
}
}
}