Add Show Ability Icons Preference

(Overlay Menu on PC, Settings Page on Mobile)
This commit is contained in:
Anthony Calosa
2019-09-25 14:49:41 +08:00
parent c24f4b59ec
commit b6ed045c21
5 changed files with 16 additions and 2 deletions

View File

@@ -331,6 +331,10 @@ public class SettingsPage extends TabPage<SettingsScreen> {
localizer.getMessage("lblShowCardIDOverlays"),
localizer.getMessage("nlShowCardIDOverlays")),
5);
lstSettings.addItem(new BooleanSetting(FPref.UI_OVERLAY_ABILITY_ICONS,
"Show Ability Icons",
"Show ability icons for cards, otherwise they're hidden."),
5);
//Vibration Options
lstSettings.addItem(new BooleanSetting(FPref.UI_VIBRATE_ON_LIFE_LOSS,