Changeset 165 for trunk/Core.pas
- Timestamp:
- Jun 30, 2023, 11:34:35 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Core.pas
r164 r165 454 454 RecentFileRegistryContext := TRegistryContext.Create(ApplicationInfo1.RegistryRoot, 455 455 ApplicationInfo1.RegistryKey + '\RecentFiles'); 456 LoadConfig; 456 457 457 458 TFormEx.ScaleDPI := ScaleDPI1; … … 459 460 TFormEx.ThemeManager := ThemeManager1; 460 461 TFormEx.PersistentForm := PersistentForm1; 461 462 Initialize;463 462 464 463 FormMain := TFormMain.Create(nil); … … 697 696 if not InitializeStarted then begin 698 697 InitializeStarted := True; 699 LoadConfig;700 698 701 699 FileNameOption := FindFirstNonOption;
Note:
See TracChangeset
for help on using the changeset viewer.