|
|
|
@ -1,5 +1,6 @@
|
|
|
|
|
package com.fr.design.actions.help.alphafine; |
|
|
|
|
|
|
|
|
|
import com.fr.base.FRContext; |
|
|
|
|
import com.fr.design.DesignerEnvManager; |
|
|
|
|
import com.fr.general.ComparatorUtils; |
|
|
|
|
import com.fr.license.function.VT4FR; |
|
|
|
@ -442,7 +443,7 @@ public class AlphaFineConfigManager implements XMLable {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public boolean isProductDynamics() { |
|
|
|
|
return productDynamics; |
|
|
|
|
return productDynamics && FRContext.isChineseEnv(); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public void setProductDynamics(boolean productDynamics) { |
|
|
|
|