 Issue 6025347820683264:
  Issue 1106 - Enable Acceptable Ads by default for new installs and updates from versions < 1.2  (Closed)
    
  
    Issue 6025347820683264:
  Issue 1106 - Enable Acceptable Ads by default for new installs and updates from versions < 1.2  (Closed) 
  | Index: src/shared/Communication.h | 
| =================================================================== | 
| --- a/src/shared/Communication.h | 
| +++ b/src/shared/Communication.h | 
| @@ -33,7 +33,8 @@ | 
| PROC_CHECK_FOR_UPDATES, | 
| PROC_GET_DOCUMENTATION_LINK, | 
| PROC_TOGGLE_PLUGIN_ENABLED, | 
| - PROC_GET_HOST | 
| + PROC_GET_HOST, | 
| + PROC_COMPARE_VERSIONS | 
| }; | 
| enum ValueType : uint32_t { | 
| TYPE_PROC, TYPE_STRING, TYPE_WSTRING, TYPE_INT64, TYPE_INT32, TYPE_BOOL |