UI Tweaks

This commit is contained in:
Serge
2024-09-28 09:31:39 +02:00
parent 489616d255
commit 819506e7ee

View File

@@ -226,13 +226,10 @@ namespace GHelper
public void _VisualiseNewCount(int updatesCount, TableLayoutPanel table) public void _VisualiseNewCount(int updatesCount, TableLayoutPanel table)
{ {
Invoke(delegate labelUpdates.Text = $"{Properties.Strings.NewUpdates}: {updatesCount}";
{ labelUpdates.ForeColor = colorTurbo;
labelUpdates.Text = $"{Properties.Strings.NewUpdates}: {updatesCount}"; labelUpdates.Font = new Font(labelUpdates.Font, FontStyle.Bold);
labelUpdates.ForeColor = colorTurbo; panelBios.AccessibleName = labelUpdates.Text;
labelUpdates.Font = new Font(labelUpdates.Font, FontStyle.Bold);
panelBios.AccessibleName = labelUpdates.Text;
});
} }
static string CleanupDeviceId(string input) static string CleanupDeviceId(string input)