Update checker

This commit is contained in:
Serge
2023-09-07 13:44:31 +02:00
parent 46c91d1956
commit 082eceed9a
4 changed files with 41 additions and 24 deletions

View File

@@ -543,6 +543,7 @@ namespace GHelper
Invoke(delegate
{
comboMatrixRunning.SelectedIndex = mode;
if (comboMatrix.SelectedIndex == 0) comboMatrix.SelectedIndex = 3;
});
}