mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2025-07-23 17:29:51 +02:00
support model/gltf-binary file in booklet
This commit is contained in:
@ -217,7 +217,7 @@ class Booklet extends this.OS.application.BaseApplication
|
||||
return unless @book
|
||||
@openDialog "FileDialog", {
|
||||
title: __("Select 3d model"),
|
||||
mimes: ["text/wavefront-obj"],
|
||||
mimes: ["text/wavefront-obj", "model/gltf-binary"],
|
||||
root: @book.path
|
||||
}
|
||||
.then (d) =>
|
||||
|
Reference in New Issue
Block a user