2 Achegas 121caf207e ... f636175ad7

Autor SHA1 Mensaxe Data
  xuqiang f636175ad7 update cal & netparse process hai 3 meses
  xuqiang 121caf207e update cal & netparse process hai 3 meses
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 {