|
@@ -112,7 +112,7 @@ public class SettingTableViewController: UITableViewController {
|
|
|
} else if cursorUser.string(forColumnIndex: 0) != "23" && cursorUser.string(forColumnIndex: 0) != "24" {
|
|
|
Item.menus["Personal"]?.insert(Item(icon: UIImage(systemName: "person.crop.rectangle"), title: "Sign In Admin / Internal".localized()), at: 1)
|
|
|
}
|
|
|
- Item.menus["Personal"]?.insert(Item(icon: UIImage(named: "pb_powered", in: Bundle.resourceBundle(for: Nexilis.self), with: nil), title: "Change Image FB Become Photo Profile".localized()), at: 2)
|
|
|
+ Item.menus["Personal"]?.insert(Item(icon: UIImage(named: "pb_ball", in: Bundle.resourceBundle(for: Nexilis.self), with: nil), title: "Change Image FB Become Photo Profile".localized()), at: 2)
|
|
|
let image = cursorUser.string(forColumnIndex: 1)
|
|
|
if image != nil {
|
|
|
if !image!.isEmpty {
|