Ignore:
Timestamp:
Aug 18, 2021, 4:02:44 PM (3 years ago)
Author:
chronos
Message:
  • Fixed: Use correct game data files directory on Linux.
  • Fixed: Copy Systems and Maps with with package.
  • Modified: Use fullscreen mode switching from Common package PersistentForm class.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormMain.pas

    r273 r310  
    9191    FormActivated: Boolean;
    9292    FormShown: Boolean;
     93    FullScreen: Boolean;
    9394    procedure ApplicationStart(Ptr: IntPtr);
    9495    procedure UpdateClientForms;
     
    284285    AUnitShapeVisible.Checked := Core.UnitShapeVisible;
    285286    Core.ScaleDPI;
    286     Core.PersistentForm.Load(Self, True);
     287    Core.PersistentForm.Load(Self);
     288    FullScreen := Core.PersistentForm.FormFullScreen;
    287289    Core.ThemeManager1.UseTheme(Self);
    288290    Core.Init;
Note: See TracChangeset for help on using the changeset viewer.