|
|
@ -181,8 +181,8 @@ final class SettingsVC : BaseVC, AvatarViewHelperDelegate {
|
|
|
|
getSeparator(),
|
|
|
|
getSeparator(),
|
|
|
|
getSettingButton(withTitle: NSLocalizedString("vc_settings_notifications_button_title", comment: ""), color: Colors.text, action: #selector(showNotificationSettings)),
|
|
|
|
getSettingButton(withTitle: NSLocalizedString("vc_settings_notifications_button_title", comment: ""), color: Colors.text, action: #selector(showNotificationSettings)),
|
|
|
|
getSeparator(),
|
|
|
|
getSeparator(),
|
|
|
|
getSettingButton(withTitle: "Multi Device (Beta)", color: Colors.text, action: #selector(showMultiDeviceOptions)),
|
|
|
|
// getSettingButton(withTitle: "Multi Device (Beta)", color: Colors.text, action: #selector(showMultiDeviceOptions)),
|
|
|
|
getSeparator(),
|
|
|
|
// getSeparator(),
|
|
|
|
getSettingButton(withTitle: "Invite", color: Colors.text, action: #selector(sendInvitation)),
|
|
|
|
getSettingButton(withTitle: "Invite", color: Colors.text, action: #selector(sendInvitation)),
|
|
|
|
getSeparator()
|
|
|
|
getSeparator()
|
|
|
|
]
|
|
|
|
]
|
|
|
|