Explorar o código

Merge pull request #27187 from IronicallySerious/add-new-folder-button

Add 'Create Folder' button in Install Project dialog
Rémi Verschelde %!s(int64=6) %!d(string=hai) anos
pai
achega
5902e15b9b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      editor/project_manager.cpp

+ 1 - 1
editor/project_manager.cpp

@@ -765,7 +765,7 @@ public:
 
 				set_title(TTR("Install Project:") + " " + zip_title);
 				get_ok()->set_text(TTR("Install & Edit"));
-				name_container->hide();
+				name_container->show();
 				install_path_container->hide();
 				rasterizer_container->hide();
 				project_path->grab_focus();