Restore theme color list, add gradients

This commit is contained in:
Ali
2021-06-17 22:08:47 +04:00
parent a63f2fb104
commit cd5935b61d
5 changed files with 94 additions and 79 deletions

View File

@@ -280,7 +280,6 @@ final class WallpaperPatternPanelNode: ASDisplayNode {
if existingIds.contains(file.file.fileId) {
return false
} else {
print("slug: \(file.slug)")
existingIds.insert(file.file.fileId)
return true
}