Przeglądaj źródła

Add 'Create Folder' button while installing templates
Fixes #25454

Twarit 6 lat temu
rodzic
commit
0e62f5e6f7
1 zmienionych plików z 1 dodań i 1 usunięć
  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();