On systems, that contain two or more tv-cards of same type (same device-name also), not all of these tvcards are available in the left sections-treeview (as childs of server-section):
AddChildSection (Line 207 @ SettingsForm.cs):
//
// Make sure this section doesn't already exist
//
if (settingSections.ContainsKey(section.Text))
{
return;
}
AddChildSection (Line 207 @ SettingsForm.cs):
//
// Make sure this section doesn't already exist
//
if (settingSections.ContainsKey(section.Text))
{
return;
}