lib/tr8n/config.rb in tr8n-3.2.1 vs lib/tr8n/config.rb in tr8n-3.2.2

- old
+ new

@@ -232,10 +232,14 @@ def self.enable_key_caller_tracking? config[:enable_key_caller_tracking] end + def self.enable_key_verification? + config[:enable_key_verification] + end + def self.enable_google_suggestions? config[:enable_google_suggestions] end def self.google_api_key @@ -810,6 +814,6 @@ def self.synchronization_push_servers synchronization[:push_servers] end end -end \ No newline at end of file +end