Fetch export presets on ios and android
This commit is contained in:
@@ -331,18 +331,10 @@ class BoxExport {
|
||||
}
|
||||
|
||||
static function fetchPresets() {
|
||||
#if (krom_android || krom_ios)
|
||||
|
||||
files = ["generic"];
|
||||
|
||||
#else
|
||||
|
||||
files = File.readDirectory(Path.data() + Path.sep + "export_presets");
|
||||
for (i in 0...files.length) {
|
||||
files[i] = files[i].substr(0, files[i].length - 5); // Strip .json
|
||||
}
|
||||
|
||||
#end
|
||||
}
|
||||
|
||||
static function parsePreset() {
|
||||
|
||||
Reference in New Issue
Block a user