Skip to content

Commit

Permalink
Merge branch 'develop' into 379-arurora-docker-container-runtime-use-…
Browse files Browse the repository at this point in the history
…default-project-directory-with-writing-ability
  • Loading branch information
coolbreeze413 committed Oct 11, 2023
2 parents 0c2aa34 + f2f4640 commit e158fee
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/MainWindow/main_window_ql.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,6 @@ void MainWindow::closeProject(bool force) {
newProjdialog->Reset();
CloseOpenedTabs();
m_showWelcomePage ? showWelcomePage() : ReShowWindow({});
newProjectAction->setEnabled(true);
setStatusAndProgressText(QString{});
}
}
Expand Down Expand Up @@ -1404,7 +1403,6 @@ void MainWindow::ipConfiguratorActionTriggered() {
void MainWindow::newDialogAccepted() {
if (newProjdialog->GetMode() == Mode::NewProject) {
const QString strproject = newProjdialog->getProject();
newProjectAction->setEnabled(false);
ReShowWindow(strproject);
} else {
sourcesForm->UpdateSrcHierachyTree();
Expand Down

0 comments on commit e158fee

Please sign in to comment.