build: update dependencies versions
This commit is contained in:
@@ -33,7 +33,7 @@ import ru.m.update.Updater;
|
||||
public function new() {
|
||||
super(ID);
|
||||
var data:Array<ImageListConfig> = [];
|
||||
data.push({title: "Assets", sourceId: "asset"});
|
||||
// data.push({title: "Assets", sourceId: "asset"});
|
||||
data.push(fileSource);
|
||||
for (type in AbstractEnumTools.getValues(PixabayCategory)) {
|
||||
data.push({title: type, sourceId: "pixabay", filter: ["category" => type]});
|
||||
|
||||
Reference in New Issue
Block a user