Skip to content

Commit

Permalink
fix #63
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedabdelkarem committed Jan 7, 2018
1 parent 8fa8d5e commit 528dda0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public class AppConstants {
public static class DISPLAY_PREFERENCES_DEFAULTS {
public static final int DEFAULT_TEXT_ZOOM = 100;
public static final boolean GLOBAL_OVERRIDES_LOCAL = false;
public static final int MAX_TEXT_ZOOM = 200;
public static final int MAX_TEXT_ZOOM = 500;
public static final int MIN_TEXT_ZOOM = 50;
public static final boolean IS_THEME_NIGHT_MODE = false;
public static final boolean KEY_IS_TASHKEEL_ON = true;
Expand Down

0 comments on commit 528dda0

Please sign in to comment.