From 245ba2d522060118d3242b9cada0f6b61a6754f9 Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Thu, 20 Apr 2023 12:24:34 -0400 Subject: [PATCH] No need to show gltf option --- app/static/app/js/components/EditPresetDialog.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/static/app/js/components/EditPresetDialog.jsx b/app/static/app/js/components/EditPresetDialog.jsx index 4397fdc0..a3641af3 100644 --- a/app/static/app/js/components/EditPresetDialog.jsx +++ b/app/static/app/js/components/EditPresetDialog.jsx @@ -12,7 +12,7 @@ if (!Object.values) { } // Do not apply to WebODM, can cause confusion -const OPTS_BLACKLIST = ['build-overviews', 'orthophoto-no-tiled', 'orthophoto-compression', 'orthophoto-png', 'orthophoto-kmz', 'pc-copc', 'pc-las', 'pc-ply', 'pc-csv', 'pc-ept', 'cog']; +const OPTS_BLACKLIST = ['build-overviews', 'orthophoto-no-tiled', 'orthophoto-compression', 'orthophoto-png', 'orthophoto-kmz', 'pc-copc', 'pc-las', 'pc-ply', 'pc-csv', 'pc-ept', 'cog', 'gltf']; class EditPresetDialog extends React.Component { static defaultProps = {