Skip to content

Commit

Permalink
Merge pull request #2934 from Flow-Launcher/fix_node_select_err
Browse files Browse the repository at this point in the history
Fix Node.js path select error in settings window
  • Loading branch information
jjw24 authored Aug 26, 2024
2 parents 4fb0a1f + decca68 commit 040d3b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ private void SelectNode()
{
var selectedFile = GetFileFromDialog(
InternationalizationManager.Instance.GetTranslation("selectNodeExecutable"),
"*.exe"
"node|*.exe"
);

if (!string.IsNullOrEmpty(selectedFile))
Expand Down

0 comments on commit 040d3b6

Please sign in to comment.