Don't disable reload button in action plugins preferences

(cherry picked from commit a86aa6fc3e)
This commit is contained in:
qu1ck
2023-05-11 01:13:42 +00:00
committed by Jon Evans
parent 2066af9f28
commit 874191bd8d
@@ -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;