Merge pull request #1225 from iambob314/patch-1
Fixed overwriting of wrapper command
This commit is contained in:
commit
16df6c16f3
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ void InstanceSettingsPage::applySettings()
|
||||||
if (custcmd)
|
if (custcmd)
|
||||||
{
|
{
|
||||||
m_settings->set("PreLaunchCommand", ui->preLaunchCmdTextBox->text());
|
m_settings->set("PreLaunchCommand", ui->preLaunchCmdTextBox->text());
|
||||||
m_settings->set("WrapperCommand", ui->preLaunchCmdTextBox->text());
|
m_settings->set("WrapperCommand", ui->wrapperCmdTextBox->text());
|
||||||
m_settings->set("PostExitCommand", ui->postExitCmdTextBox->text());
|
m_settings->set("PostExitCommand", ui->postExitCmdTextBox->text());
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue