This commit is contained in:
Serge
2024-03-12 23:53:33 +01:00
parent b7bed11b71
commit 2d9f06435a
11 changed files with 208 additions and 109 deletions

View File

@@ -198,7 +198,10 @@ namespace GHelper
settingsForm.matrixForm.InitTheme();
if (settingsForm.handheldForm is not null && settingsForm.handheldForm.Text != "")
{
settingsForm.handheldForm.InitTheme();
settingsForm.VisualiseIcon();
}
break;
}