2
0

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 {