|
@@ -374,6 +374,7 @@ void boostJsonObject::FromParamJson(string param)
|
|
|
sf_struct->showhidestate = root.get<bool>("showHideState");
|
|
|
}
|
|
|
ci_struct->hideZones = root.get<std::string>("hideZones");
|
|
|
+ ci_struct->isVolume = root.get<std::string>("isVolume");
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -424,6 +425,7 @@ string boostJsonObject::ToJson(string type, QMap<QString, string> map_, int num)
|
|
|
root.put("img",map_["img"]);
|
|
|
root.put("step",num);
|
|
|
root.put("animationType",map_["animationType"]);
|
|
|
+ root.put("isVolume",map_["isVolume"]);
|
|
|
}
|
|
|
root.put("paramJson","");
|
|
|
stringstream mmsg;
|