- Added a new option to mobile Forge which might help deal with the texture issues after locking/unlocking the screen (suggested by kevlahnota).

This commit is contained in:
Agetian
2017-08-26 15:13:46 +00:00
parent 5bdb205168
commit f9ede752f2
4 changed files with 29 additions and 6 deletions

View File

@@ -93,6 +93,7 @@ public class ForgePreferences extends PreferencesStore<ForgePreferences.FPref> {
UI_SHOW_STORM_COUNT_IN_PROMPT ("false"),
UI_CARD_COUNTER_DISPLAY_TYPE(ForgeConstants.CounterDisplayType.TEXT.getName()),
UI_CARD_COUNTER_DISPLAY_LOCATION(ForgeConstants.CounterDisplayLocation.TOP.getName()),
UI_ANDROID_MINIMIZE_ON_SCRLOCK("false"),
UI_FOR_TOUCHSCREN("false"),