mirror of
https://github.com/gsantner/dandelion
synced 2024-11-22 12:22:08 +01:00
Switched intellihide toolbars on by default
This commit is contained in:
parent
8e852d7ff2
commit
f76207e75b
2 changed files with 2 additions and 2 deletions
|
@ -288,7 +288,7 @@ public class AppSettings {
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean isIntellihideToolbars() {
|
public boolean isIntellihideToolbars() {
|
||||||
return getBoolean(prefApp, R.string.pref_key__intellihide_toolbars, false);
|
return getBoolean(prefApp, R.string.pref_key__intellihide_toolbars, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean isChromeCustomTabsEnabled() {
|
public boolean isChromeCustomTabsEnabled() {
|
||||||
|
|
|
@ -82,7 +82,7 @@
|
||||||
android:title="@string/pref_title__font_size"/>
|
android:title="@string/pref_title__font_size"/>
|
||||||
|
|
||||||
<CheckBoxPreference
|
<CheckBoxPreference
|
||||||
android:defaultValue="false"
|
android:defaultValue="true"
|
||||||
android:key="@string/pref_key__intellihide_toolbars"
|
android:key="@string/pref_key__intellihide_toolbars"
|
||||||
android:summary="@string/pref_desc__intellihide_toolbars"
|
android:summary="@string/pref_desc__intellihide_toolbars"
|
||||||
android:title="@string/pref_title__intellihide_toolbars"/>
|
android:title="@string/pref_title__intellihide_toolbars"/>
|
||||||
|
|
Loading…
Reference in a new issue