mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Merge pull request #2934 from Flow-Launcher/fix_node_select_err
Fix Node.js path select error in settings window
This commit is contained in:
commit
040d3b6f97
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