Skip to content

Commit

Permalink
fix setting the game path from the ISO selector
Browse files Browse the repository at this point in the history
  • Loading branch information
NikhilNarayana committed Nov 29, 2020
1 parent 5094cb8 commit 42199a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/actions/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export function browseFile(field) {
// Maybe this should be done as some kind of callback or something... but this works
if (field === "isoPath") {
validateISO()(dispatch, getState);
getState().dolphinManager.setGamePath(filePath);
getState().settings.dolphinManager.setGamePath(filePath);
}
};
}
Expand Down

0 comments on commit 42199a5

Please sign in to comment.