logic: don't refresh if gui app is started with project

This commit is contained in:
mlangkabel
2018-01-29 17:06:52 +01:00
parent 556ed98d8c
commit 2c90dcf06d
+1 -1
View File
@@ -331,7 +331,7 @@ int main(int argc, char *argv[])
MessageLoadProject(
commandLineParser.getProjectFilePath(),
false,
commandLineParser.getRefreshMode()
REFRESH_NONE
).dispatch();
}