Skip to content

Commit 040d3b6

Browse files
authored
Merge pull request #2934 from Flow-Launcher/fix_node_select_err
Fix Node.js path select error in settings window
2 parents 4fb0a1f + decca68 commit 040d3b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher/SettingPages/ViewModels/SettingsPaneGeneralViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ private void SelectNode()
194194
{
195195
var selectedFile = GetFileFromDialog(
196196
InternationalizationManager.Instance.GetTranslation("selectNodeExecutable"),
197-
"*.exe"
197+
"node|*.exe"
198198
);
199199

200200
if (!string.IsNullOrEmpty(selectedFile))

0 commit comments

Comments
 (0)