From e5006d4f2f767aab5c06d4e95151687a54902ad9 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Fri, 10 Aug 2018 19:11:30 +0200 Subject: Save settings and give nicer names to some --- gui/ice40/mainwindow.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui/ice40') diff --git a/gui/ice40/mainwindow.cc b/gui/ice40/mainwindow.cc index 9fe80717..f270b112 100644 --- a/gui/ice40/mainwindow.cc +++ b/gui/ice40/mainwindow.cc @@ -191,7 +191,7 @@ void MainWindow::onRouteFinished() { actionSaveAsc->setEnabled(true); } void MainWindow::onProjectLoaded() { - if (ctx->settings.find(ctx->id("project/input/pcf")) != ctx->settings.end()) + if (ctx->settings.find(ctx->id("input/pcf")) != ctx->settings.end()) actionLoadPCF->setEnabled(false); } -- cgit v1.2.3