X Tutup
Skip to content

Fix Windows native FileDialog filters not showing descriptions#111529

Merged
Repiteo merged 1 commit intogodotengine:masterfrom
wagnerfs:fix-windows-native-filedialog-filters
Oct 13, 2025
Merged

Fix Windows native FileDialog filters not showing descriptions#111529
Repiteo merged 1 commit intogodotengine:masterfrom
wagnerfs:fix-windows-native-filedialog-filters

Conversation

@wagnerfs
Copy link
Contributor

Native file dialogs on Windows have been ignoring the descriptions set on filters because windows display server never has the DisplayServer::FEATURE_NATIVE_DIALOG_FILE_MIME flag.

This PR properly fixes that and the "All Regognized" not showing previously as well.

image

@wagnerfs wagnerfs requested review from a team as code owners October 11, 2025 21:54
@wagnerfs wagnerfs force-pushed the fix-windows-native-filedialog-filters branch 2 times, most recently from b67dd48 to ac3ca7a Compare October 11, 2025 22:22
@KoBeWi KoBeWi added this to the 4.6 milestone Oct 12, 2025
@wagnerfs wagnerfs force-pushed the fix-windows-native-filedialog-filters branch from ac3ca7a to 007f33f Compare October 12, 2025 19:20
@wagnerfs wagnerfs force-pushed the fix-windows-native-filedialog-filters branch from 007f33f to f835707 Compare October 12, 2025 19:22
@wagnerfs wagnerfs requested a review from bruvzg October 13, 2025 00:06
@Repiteo Repiteo merged commit 43438fe into godotengine:master Oct 13, 2025
20 checks passed
@Repiteo
Copy link
Contributor

Repiteo commented Oct 13, 2025

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

X Tutup