mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-05-04 20:30:36 +00:00
Set pref_account_name to true by default
This changes the default settings so that account names are shown by default
This commit is contained in:
parent
ac222c4946
commit
d7d3d52a30
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