mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
UPD: Colors.json - do not quote object keys
This commit is contained in:
parent
b908cc031c
commit
4eb3db4aa0
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ procedure TJsonConfig.SaveToFile(const FileName: String);
|
|||
begin
|
||||
with TStringListEx.Create do
|
||||
try
|
||||
Text:= FRoot.FormatJSON();
|
||||
Text:= FRoot.FormatJSON([foDoNotQuoteMembers]);
|
||||
SaveToFile(FileName);
|
||||
finally
|
||||
Free;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue