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))