Compare commits

..

1 Commits

Author SHA1 Message Date
emoose
f6d879f737 Show settings before profile-scan is complete
The old combobox code let the settings get displayed early but the combobox change had stopped that
2026-01-17 22:07:52 +00:00

View File

@@ -643,6 +643,7 @@ namespace nspector
LoadSettings();
RefreshProfilesCombo();
RefreshCurrentProfile();
cbProfiles.Text = GetBaseProfileName();
tsbBitValueEditor.Enabled = false;