Auto select child tab

This commit is contained in:
Jaex 2021-03-12 05:39:30 +03:00
parent 63c2221ebc
commit b2c4ea7323

View file

@ -436,7 +436,7 @@ private void TaskSettingsForm_Resize(object sender, EventArgs e)
private void tttvMain_TabChanged(TabPage tabPage)
{
if (IsDefault && tabPage == tpUploadMain)
if (IsDefault && (tabPage == tpGeneralMain || tabPage == tpUploadMain))
{
tttvMain.SelectChildNode();
}