fix Node.js path select error

This commit is contained in:
Jeremy 2024-08-25 15:22:49 +10:00
parent 4fb0a1fa77
commit decca68edd

View file

@ -194,7 +194,7 @@ public partial class SettingsPaneGeneralViewModel : BaseModel
{
var selectedFile = GetFileFromDialog(
InternationalizationManager.Instance.GetTranslation("selectNodeExecutable"),
"*.exe"
"node|*.exe"
);
if (!string.IsNullOrEmpty(selectedFile))