TelegramStickerBrowser
TelegramStickerBrowser copied to clipboard
A desktop browser for Telegram Stickers (tgs) and Lottie (json) animations written in Delphi with Skia4Delphi.
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 :=...