We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68e8274 commit 591a298Copy full SHA for 591a298
1 file changed
menu/menu_displaylist.c
@@ -245,7 +245,9 @@ static int filebrowser_parse(
245
else if (!string_is_empty(path))
246
{
247
if ( type_default == FILE_TYPE_SHADER_PRESET
248
- || type_default == FILE_TYPE_SHADER)
+ || type_default == FILE_TYPE_SHADER
249
+ || type_default == FILE_TYPE_OVERLAY
250
+ || type_default == FILE_TYPE_OSK_OVERLAY)
251
filter_ext = true;
252
253
if (string_is_equal(label,
0 commit comments