X-Git-Url: https://deadsoftware.ru/gitweb?p=d2df-editor.git;a=blobdiff_plain;f=src%2Feditor%2Ff_main.pas;h=95d468df1917067c9c67c1b4bb77d8423009a1e8;hp=5624e6a3def924542f32448cd3f59d6138b67cef;hb=ecf69fd49c810dc4fe78092ec1f0204cbb719e01;hpb=a140ef8433c5e5cdf3d2ec4a6343c5380535e200 diff --git a/src/editor/f_main.pas b/src/editor/f_main.pas index 5624e6a..95d468d 100644 --- a/src/editor/f_main.pas +++ b/src/editor/f_main.pas @@ -2737,6 +2737,9 @@ begin s := config.ReadStr('Editor', 'Language', ''); gLanguage := s; + Compress := config.ReadBool('Editor', 'Compress', True); + Backup := config.ReadBool('Editor', 'Backup', True); + RecentCount := config.ReadInt('Editor', 'RecentCount', 5); if RecentCount > 10 then RecentCount := 10;