fix #1483
This commit is contained in:
parent
bf2d600364
commit
88fb1971b4
1 changed files with 2 additions and 2 deletions
|
@ -48,10 +48,10 @@ SettingsNodejs::SettingsNodejs(Settings* settings, QWidget* parent) : SettingsPa
|
|||
changeFileFolder(m_ui.m_tbPackageFolder, true);
|
||||
});
|
||||
connect(m_ui.m_btnNodeExecutable, &QPushButton::clicked, this, [this]() {
|
||||
changeFileFolder(m_ui.m_tbPackageFolder, false, QSL("Node.js (node*)"));
|
||||
changeFileFolder(m_ui.m_tbNodeExecutable, false, QSL("Node.js (node*)"));
|
||||
});
|
||||
connect(m_ui.m_btnNpmExecutable, &QPushButton::clicked, this, [this]() {
|
||||
changeFileFolder(m_ui.m_tbPackageFolder, false, QSL("NPM (npm*)"));
|
||||
changeFileFolder(m_ui.m_tbNpmExecutable, false, QSL("NPM (npm*)"));
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue