From decca68eddb17556ed7b0fc71fc362131df32612 Mon Sep 17 00:00:00 2001 From: Jeremy Date: Sun, 25 Aug 2024 15:22:49 +1000 Subject: [PATCH] fix Node.js path select error --- .../SettingPages/ViewModels/SettingsPaneGeneralViewModel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Flow.Launcher/SettingPages/ViewModels/SettingsPaneGeneralViewModel.cs b/Flow.Launcher/SettingPages/ViewModels/SettingsPaneGeneralViewModel.cs index 99aafc8e66e..3d94355e687 100644 --- a/Flow.Launcher/SettingPages/ViewModels/SettingsPaneGeneralViewModel.cs +++ b/Flow.Launcher/SettingPages/ViewModels/SettingsPaneGeneralViewModel.cs @@ -194,7 +194,7 @@ private void SelectNode() { var selectedFile = GetFileFromDialog( InternationalizationManager.Instance.GetTranslation("selectNodeExecutable"), - "*.exe" + "node|*.exe" ); if (!string.IsNullOrEmpty(selectedFile))