mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-05-14 14:02:49 +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() {
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
app:iconSpaceReserved="false"/>
|
||||
|
||||
<androidx.preference.SwitchPreferenceCompat
|
||||
android:defaultValue="false"
|
||||
android:defaultValue="true"
|
||||
android:key="pref_account_name"
|
||||
android:title="@string/pref_account_name_title"
|
||||
android:summary="@string/pref_account_name_summary"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue