Skip to content

Commit

Permalink
Updated for Delphi 12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmckeeth committed Jul 28, 2024
1 parent d135e13 commit 286ff23
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 1,034 deletions.
3 changes: 1 addition & 2 deletions src/TelegramStickerBrowser.dpr
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,14 @@ program TelegramStickerBrowser;
uses
System.StartUpCopy,
FMX.Forms,
Skia.FMX,
FMX.Skia,
FMX.Types,
tgsBrowserMain in 'tgsBrowserMain.pas' {Form12};

{$R *.res}

begin
GlobalUseSkia := True;
GlobalUseSkiaRasterWhenAvailable := False;
GlobalUseMetal := True;
//ReportMemoryLeaksOnShutdown := True;
Application.Initialize;
Expand Down
Loading

0 comments on commit 286ff23

Please sign in to comment.