2 커밋 121caf207e ... f636175ad7

작성자 SHA1 메시지 날짜
  xuqiang f636175ad7 update cal & netparse process 3 달 전
  xuqiang 121caf207e update cal & netparse process 3 달 전
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/netparseprocess.cpp

+ 1 - 1
src/netparseprocess.cpp

@@ -71,7 +71,7 @@ void NetParseProcess::restart(const QString &configure)
 
     if(configure.isEmpty()) {
         GlobalSettings globalSettings;
-        QVariant value = globalSettings.value("CONFIGURE", "CALCULATE");
+        QVariant value = globalSettings.value("CONFIGURE", "NETPARSE");
         if(value.isValid()) {
             start(value.toString());
         } else {