mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
fix Node.js path select error
This commit is contained in:
parent
4fb0a1fa77
commit
decca68edd
1 changed files with 1 additions and 1 deletions
|
|
@ -194,7 +194,7 @@ public partial class SettingsPaneGeneralViewModel : BaseModel
|
|||
{
|
||||
var selectedFile = GetFileFromDialog(
|
||||
InternationalizationManager.Instance.GetTranslation("selectNodeExecutable"),
|
||||
"*.exe"
|
||||
"node|*.exe"
|
||||
);
|
||||
|
||||
if (!string.IsNullOrEmpty(selectedFile))
|
||||
|
|
|
|||
Loading…
Reference in a new issue