mirror of
https://github.com/gsantner/dandelion
synced 2024-11-16 01:12:08 +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() {
|
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() {
|
public boolean isVisibleInNavHelp_license() {
|
||||||
|
|
Loading…
Reference in a new issue