diff -ur a/src/project.c b/src/project.c --- a/src/project.c 2021-10-09 18:02:15.000000000 +0300 +++ b/src/project.c 2022-06-23 01:51:19.731474976 +0300 @@ -661,14 +661,14 @@ { if (app->project != NULL) { - if (dialogs_show_question_full(NULL, GTK_STOCK_CLOSE, GTK_STOCK_CANCEL, - _("Do you want to close it before proceeding?"), - _("The '%s' project is open."), app->project->name)) - { + // if (dialogs_show_question_full(NULL, GTK_STOCK_CLOSE, GTK_STOCK_CANCEL, + // _("Do you want to close it before proceeding?"), + // _("The '%s' project is open."), app->project->name)) + // { return project_close(FALSE); - } - else - return FALSE; + // } + // else + // return FALSE; } else return TRUE;