mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-05-04 20:30:36 +00:00
Merge pull request #211 from alexbakker/show-account-default
Set pref_account_name to true by default
This commit is contained in:
commit
a88d1cf11e
2 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ public class Preferences {
|
|||
}
|
||||
|
||||
public boolean isAccountNameVisible() {
|
||||
return _prefs.getBoolean("pref_account_name", false);
|
||||
return _prefs.getBoolean("pref_account_name", true);
|
||||
}
|
||||
|
||||
public boolean isIntroDone() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue