add upload to cloud menu to copy all the files to the server
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user