fstl-app / fstl

A fast STL file viewer
472 stars 105 forks source link

Fix STL file selection filter #92

Closed DeveloperPaul123 closed 2 years ago

DeveloperPaul123 commented 2 years ago

On windows using the regex *.[sS][tT][lL] did not work and neither did QFileDialog::HideNameFilterDetails. Removing the comma, however, did.

Fixes #73 Fixes #86