Skip to content

Commit

Permalink
🐛 DialogManager showOpenFilesDialog correctly forward call (#149)
Browse files Browse the repository at this point in the history
Before, showOpenFilesDialog was calling showOpenFileDialog.
  • Loading branch information
OlivierLDff authored Oct 13, 2023
1 parent cf5a5ef commit b2c8867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qml/Qaterial/DialogManager.qml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ QtObject
function showOpenFilesDialog(settings)
{
if(dialogLoader)
dialogLoader.showOpenFileDialog(settings)
dialogLoader.showOpenFilesDialog(settings)
}

function showFolderDialog(settings)
Expand Down

0 comments on commit b2c8867

Please sign in to comment.