mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-22 22:21:18 +00:00
Setup: small display improvement
This commit is contained in:
parent
ac544f0506
commit
afc75dd86a
1 changed files with 1 additions and 0 deletions
|
@ -544,6 +544,7 @@ public class FragmentSetup extends FragmentBase {
|
|||
|
||||
btnIdentity.setEnabled(done);
|
||||
btnInbox.setEnabled(done);
|
||||
btnInbox.setTypeface(done ? Typeface.DEFAULT_BOLD : Typeface.DEFAULT);
|
||||
|
||||
prefs.edit().putBoolean("has_accounts", done).apply();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue