|
@@ -173,10 +173,10 @@ public class FourthTabViewController: UIViewController, UITableViewDelegate, UIT
|
|
Item(icon: UIImage(systemName: "person.badge.key"), title: "Access Admin / Internal Features".localized()),
|
|
Item(icon: UIImage(systemName: "person.badge.key"), title: "Access Admin / Internal Features".localized()),
|
|
]
|
|
]
|
|
}
|
|
}
|
|
|
|
+ if Nexilis.showButtonFB {
|
|
|
|
+ Item.menus["Personal"]?.append(Item(icon: UIImage(systemName: "gearshape.circle"), title: "Configure Floating Button".localized()))
|
|
|
|
+ }
|
|
if !isChangeProfile {
|
|
if !isChangeProfile {
|
|
- if Nexilis.showButtonFB {
|
|
|
|
- Item.menus["Personal"]?.append(Item(icon: UIImage(systemName: "gearshape.circle"), title: "Configure Floating Button".localized()))
|
|
|
|
- }
|
|
|
|
Item.menus["Personal"]?.append(Item(icon: UIImage(systemName: "arrow.up.and.person.rectangle.portrait"), title: "Sign-Up/Sign-In".localized()))
|
|
Item.menus["Personal"]?.append(Item(icon: UIImage(systemName: "arrow.up.and.person.rectangle.portrait"), title: "Sign-Up/Sign-In".localized()))
|
|
} else if isChangeProfile {
|
|
} else if isChangeProfile {
|
|
Item.menus["Personal"]?.append(Item(icon: UIImage(systemName: "arrow.clockwise.icloud"), title: "Backup & Restore".localized()))
|
|
Item.menus["Personal"]?.append(Item(icon: UIImage(systemName: "arrow.clockwise.icloud"), title: "Backup & Restore".localized()))
|