docs(ui): mark VCL styles as deprecated

This commit is contained in:
Ansgar Becker
2026-02-28 11:19:19 +01:00
parent 0c900b415c
commit d6742913d4

View File

@@ -541,6 +541,7 @@ begin
comboTheme.Items.Add(Styles[i]);
end;
comboTheme.ItemIndex := comboTheme.Items.IndexOf(AppSettings.GetDefaultString(asTheme));
lblTheme.Caption := lblTheme.Caption + ' ('+UpperCase(_('deprecated'))+')';
// Populate icon pack dropdown from image collections on main form
comboIconPack.Items.Clear;