mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2026-03-13 09:24:25 +08:00
docs(ui): mark VCL styles as deprecated
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user