Changeset 91 for trunk/Core.lfm


Ignore:
Timestamp:
Jun 7, 2024, 9:33:19 PM (3 months ago)
Author:
chronos
Message:
  • Added: Flatpak build files.
  • Added: Game menu restart action to start a new game without showing options dialog.
  • Fixed: Fullscreen error after another window was opened.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Core.lfm

    r86 r91  
    21342134      OnExecute = AHistoryExecute
    21352135    end
     2136    object ARestart: TAction
     2137      Caption = 'Restart'
     2138      OnExecute = ARestartExecute
     2139      ShortCut = 16466
     2140    end
    21362141  end
    21372142  object ScaleDPI1: TScaleDPI
Note: See TracChangeset for help on using the changeset viewer.