mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2026-03-13 09:24:25 +08:00
fix: non stored global setting for "sort alphabetically" checkbox in column selection
This commit is contained in:
@@ -89,6 +89,7 @@ var
|
||||
i: Integer;
|
||||
Col: String;
|
||||
begin
|
||||
AppSettings.WriteBool(asDisplayedColumnsSorted, chkSort.Checked);
|
||||
AppSettings.WriteBool(asShowRowId, chkShowRowId.Checked);
|
||||
// Prepare string for storing in registry.
|
||||
// Use quote-character as separator to ensure columnnames can
|
||||
|
||||
Reference in New Issue
Block a user