Skip to content

Commit f6bb0a2

Browse files
committed
Add an ALL filter for linking files that includes slvs, emn, and stl
1 parent 2afd610 commit f6bb0a2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/platform/gui.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ std::vector<FileFilter> SolveSpaceModelFileFilters = {
8686
};
8787

8888
std::vector<FileFilter> SolveSpaceLinkFileFilters = {
89+
{ CN_("file-type", "ALL"), { "slvs", "emn", "stl" } },
8990
{ CN_("file-type", "SolveSpace models"), { "slvs" } },
9091
{ CN_("file-type", "IDF circuit board"), { "emn" } },
9192
{ CN_("file-type", "STL triangle mesh"), { "stl" } },

0 commit comments

Comments
 (0)