Skip to content

Commit decca68

Browse files
committed
fix Node.js path select error
1 parent 4fb0a1f commit decca68

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)