mirror of
https://github.com/gsantner/dandelion
synced 2024-11-21 20:02:07 +01:00
Update AppSettings.java
This commit is contained in:
parent
4f43c56cf9
commit
0e7ff63c9a
1 changed files with 2 additions and 2 deletions
|
@ -290,7 +290,7 @@ public class AppSettings extends AppSettingsBase {
|
|||
}
|
||||
|
||||
public boolean isVisibleInNavExit() {
|
||||
return getBool(prefApp, R.string.pref_key__visibility_nav__exit, false);
|
||||
return getBool(prefApp, R.string.pref_key__visibility_nav__exit, true);
|
||||
}
|
||||
|
||||
public boolean isVisibleInNavHelp_license() {
|
||||
|
@ -430,4 +430,4 @@ public class AppSettings extends AppSettingsBase {
|
|||
public boolean isAdBlockEnabled() {
|
||||
return getBool(prefApp, R.string.pref_key__adblock_enable, true);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue