2 Komitmen 121caf207e ... f636175ad7

Pembuat SHA1 Pesan Tanggal
  xuqiang f636175ad7 update cal & netparse process 3 bulan lalu
  xuqiang 121caf207e update cal & netparse process 3 bulan lalu
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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 {