add upload to cloud menu to copy all the files to the server

This commit is contained in:
2017-11-04 22:48:18 +00:00
parent 2baaff10cc
commit b42fbb197a
5 changed files with 64 additions and 4 deletions

View File

@@ -1234,8 +1234,8 @@ void ui::Canvas::project_save_thread(std::string data_path)
fclose(fp);
LOG("project saved to %s", data_path.c_str());
App::I.upload(data_path);
LOG("uploaded");
// App::I.upload(data_path);
// LOG("uploaded");
App::I.async_start();
pb->destroy();