diff --git a/Flow.Launcher/SettingPages/ViewModels/SettingsPaneGeneralViewModel.cs b/Flow.Launcher/SettingPages/ViewModels/SettingsPaneGeneralViewModel.cs index 99aafc8e6..3d94355e6 100644 --- a/Flow.Launcher/SettingPages/ViewModels/SettingsPaneGeneralViewModel.cs +++ b/Flow.Launcher/SettingPages/ViewModels/SettingsPaneGeneralViewModel.cs @@ -194,7 +194,7 @@ public partial class SettingsPaneGeneralViewModel : BaseModel { var selectedFile = GetFileFromDialog( InternationalizationManager.Instance.GetTranslation("selectNodeExecutable"), - "*.exe" + "node|*.exe" ); if (!string.IsNullOrEmpty(selectedFile))