mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-04-13 23:45:00 +00:00
loading json should be disabled in this place
This commit is contained in:
@@ -523,7 +523,7 @@ void BaseMainWindow::place() { Q_EMIT task->place(timing_driven); }
|
||||
|
||||
void BaseMainWindow::disableActions()
|
||||
{
|
||||
actionLoadJSON->setEnabled(true);
|
||||
actionLoadJSON->setEnabled(false);
|
||||
actionPack->setEnabled(false);
|
||||
actionAssignBudget->setEnabled(false);
|
||||
actionPlace->setEnabled(false);
|
||||
|
||||
Reference in New Issue
Block a user