Don't disable reload button in action plugins preferences

This commit is contained in:
qu1ck 2023-03-21 13:48:24 -07:00 committed by Seth Hillbrand
parent 7aace908e1
commit a86aa6fc3e
1 changed files with 0 additions and 2 deletions

View File

@ -221,13 +221,11 @@ bool PANEL_PCBNEW_ACTION_PLUGINS::TransferDataToWindow()
{
m_showErrorsButton->Disable();
m_showErrorsButton->Hide();
m_reloadButton->Disable();
}
else
{
m_showErrorsButton->Enable();
m_showErrorsButton->Show();
m_reloadButton->Enable();
}
return true;