|
@@ -128,7 +128,7 @@ public class SettingTableViewController: UITableViewController, UIGestureRecogni
|
|
|
Item(icon: UIImage(systemName: "person.badge.key"), title: "Access Admin / Internal Features".localized()),
|
|
|
]
|
|
|
}
|
|
|
- if Nexilis.showButtonFB {
|
|
|
+ if DigiX.showButtonFB {
|
|
|
Item.menus["Personal"]?.append(Item(icon: UIImage(systemName: "gearshape.circle"), title: "Configure Floating Button".localized()))
|
|
|
}
|
|
|
if !isChangeProfile {
|