mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-07 08:49:15 +00:00
Stickers: limited to 512 buttons max for sticker selection
This commit is contained in:
parent
d1102bb1e5
commit
2bf644aa7b
2 changed files with 27 additions and 22 deletions
|
@ -60,11 +60,9 @@ public static class StickerCache
|
|||
{
|
||||
lock (_filesBeingProcessed)
|
||||
{
|
||||
if (!_filesBeingProcessed.Add(fileInfo.FullName))
|
||||
return;
|
||||
|
||||
if (!_filesBeingProcessed.Add(fileInfo.FullName)) return;
|
||||
_filesToGenerateThumbnails.Enqueue((fileInfo, button));
|
||||
MTJobManager.RunOnMainThread("StartGeneratingThumbnailsIfNeeded", StartGeneratingThumbnailsIfNeeded);
|
||||
StartGeneratingThumbnailsIfNeeded();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue