prepare for ins preview in system file picker

This commit is contained in:
tildearrow 2022-06-19 00:11:18 -05:00
parent 8a1f544eef
commit 03e31c441e
9 changed files with 58 additions and 19 deletions

View file

@ -423,6 +423,7 @@ nfdresult_t NFD_OpenDialog( const nfdchar_t *filterList,
}
// Show the dialog.
// TODO: pass the Furnace window here
result = fileOpenDialog->Show(NULL);
if ( SUCCEEDED(result) )
{