Skip to content

Commit

Permalink
Fix mesh import filters not displaying correctly on KDE #2731 (#2732) (
Browse files Browse the repository at this point in the history
…#2735)

Signed-off-by: Josh Newans <josh.newans@gmail.com>
(cherry picked from commit 06e16bc)

Co-authored-by: Josh Newans <josh.newans@gmail.com>
  • Loading branch information
mergify[bot] and joshnewans authored Jan 27, 2025
1 parent d9b18d8 commit 2f1c49f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/plugins/entity_tree/EntityTree.qml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ Rectangle {
id: loadFileDialog
title: "Load mesh"
folder: shortcuts.home
nameFilters: [ "Collada files (*.dae)", "(*.stl)", "(*.obj)" ]
nameFilters: [ "Collada files (*.dae)", "STL (*.stl)", "Wavefront OBJ (*.obj)" ]
selectMultiple: false
selectExisting: true
onAccepted: {
Expand Down

0 comments on commit 2f1c49f

Please sign in to comment.