fix some ui glitch with NodeButton, start implementing working dir option

This commit is contained in:
2018-10-06 16:17:42 +02:00
parent 739784b0d1
commit 05decb6a05
9 changed files with 74 additions and 16 deletions

View File

@@ -182,6 +182,9 @@ void App::initLog()
CreateDirectoryA(rec_path.c_str(), NULL);
#endif
// TODO: save this path somewhere in the settings, don't overwrite every start
work_path = data_path;
//LogRemote::I.start();
LogRemote::I.file_init();
LOG("%s", g_version);