Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Browse files

Removed Connect from Settings for now till it can be tested.

  • Loading branch information
naira-cliqz committed Jun 28, 2019
1 parent 44ec4a6 commit b7c6a98a8a80b34a0e529ff4a0875552195f353f
Showing with 3 additions and 0 deletions.
  1. +3 −0 Cliqz/Settings/CliqzAppSettingsTableViewController.swift
@@ -21,10 +21,13 @@ class CliqzAppSettingsTableViewController: AppSettingsTableViewController {
// Connect is not available in Paid Product
#else
// Connect
// Temporaray Connect is removed from Cliqz as well, as it was not tested and mainted for some time
/*
let conenctSettings = [CliqzConnectSetting(settings: self)]
let connectSettingsTitle = NSLocalizedString("Connect", tableName: "Cliqz", comment: "[Settings] Connect section title")
let connectSettingsFooter = NSLocalizedString("Connect Cliqz on your computer with Cliqz on your iOS device. This will allow you to send tabs from your desktop to your mobile device. You can also directly download videos from your desktop browser to your mobile device.", tableName: "Cliqz", comment: "[Settings] Connect section footer")
settings += [ SettingSection(title: NSAttributedString(string: connectSettingsTitle), footerTitle: NSAttributedString(string: connectSettingsFooter), children: conenctSettings)]
*/
#endif

// Account Settings

0 comments on commit b7c6a98

Please sign in to comment.