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
Signed-off-by: Josh Newans <[email protected]>
  • Loading branch information
joshnewans authored Jan 27, 2025
1 parent cb60b3d commit 06e16bc
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 06e16bc

Please sign in to comment.