godotengine / godot

Godot Engine – Multi-platform 2D and 3D game engine
https://godotengine.org
MIT License
91.38k stars 21.26k forks source link

[Windows] Strip `(*)` from `All Files` filter name on Windows 10 and older. #99599

Open bruvzg opened 2 days ago

bruvzg commented 2 days ago

Probably fixes https://github.com/godotengine/godot/issues/99596 (not tested).

RedMser commented 2 days ago

Tested on Win10 and works as intended:

image

I wrote a comment in the linked issue, which mentions that Windows 10 automatically appends the extensions list to the description, unless it (loosely) matches what's in the description text already.

So changing the description suffix to (*.*) for Windows would also work.