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 {