mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-05-14 22:12:55 +00:00
Add ability to only show names when necessary
This commit is contained in:
parent
6009c09607
commit
edb1d8d76f
7 changed files with 39 additions and 1 deletions
|
@ -130,6 +130,8 @@ public class Preferences {
|
|||
setPasswordReminderTimestamp(new Date().getTime());
|
||||
}
|
||||
|
||||
public boolean onlyShowNecessaryAccountNames() { return _prefs.getBoolean("pref_shared_issuer_account_name", false); }
|
||||
|
||||
public boolean isIconVisible() {
|
||||
return _prefs.getBoolean("pref_show_icons", true);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue