Fixed viewport height option

pull/215/head
M66B 1 year ago
parent 44d96d1ca9
commit 4978490229

@ -2418,7 +2418,7 @@ public class FragmentOptionsMisc extends FragmentBase implements SharedPreferenc
int dvh = WebViewEx.getDefaultViewportHeight(getContext());
int vh = prefs.getInt("viewport_height", dvh);
etViewportHeight.setHint(vh == dvh ? null : Integer.toString(dvh));
etViewportHeight.setText(Integer.toString(vh));
swIgnoreFormattedSize.setChecked(prefs.getBoolean("ignore_formatted_size", false));
swShowRecent.setChecked(prefs.getBoolean("show_recent", false));

Loading…
Cancel
Save