TelegramStickerBrowser icon indicating copy to clipboard operation
TelegramStickerBrowser copied to clipboard

A desktop browser for Telegram Stickers (tgs) and Lottie (json) animations written in Delphi with Skia4Delphi.

Results 2 TelegramStickerBrowser issues
Sort by recently updated
recently updated
newest added

I hope this message finds you well. I am writing to request if you could initiate a new build and release for the project. Thank you very much !

On LoadDirectories(); should be dirs := TDirectory.**GetFiles**(EditPath.Text); in procedure TForm12.LoadTgs(const LoadFirst: Boolean = True); add if ListBox1.ItemIndex=-1 then exit; with jsonFiles := TDirectory.GetFiles(TPath.Combine(EditPath.Text, ListBox1.Items[ListBox1.ItemIndex]),'*.json'); LottieFiles := TDirectory.GetFiles(TPath.Combine(EditPath.Text, ListBox1.Items[ListBox1.ItemIndex]),'*.lottie'); tgsFiles :=...