mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-05 12:56:58 +03:00
Merge pull request #316 from Scrumplex/fix-disabled-controls
This commit is contained in:
parent
58957122b9
commit
3db5f30403
2 changed files with 3 additions and 4 deletions
|
|
@ -244,10 +244,7 @@ void ModFolderPage::on_RunningState_changed(bool running)
|
|||
return;
|
||||
}
|
||||
m_controlsEnabled = !running;
|
||||
ui->actionAdd->setEnabled(m_controlsEnabled);
|
||||
ui->actionDisable->setEnabled(m_controlsEnabled);
|
||||
ui->actionEnable->setEnabled(m_controlsEnabled);
|
||||
ui->actionRemove->setEnabled(m_controlsEnabled);
|
||||
ui->actionsToolbar->setEnabled(m_controlsEnabled);
|
||||
}
|
||||
|
||||
bool ModFolderPage::shouldDisplay() const
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue