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

@@ -234,7 +234,8 @@ int main(int argc, char** argv)
WNDCLASS wc;
PIXELFORMATDESCRIPTOR pfd;
App::I.initLog();
if (argc == 1)
App::I.initLog();
SetupExceptionHandler();
BT_SetTerminate();