Add ability to only show names when necessary

This commit is contained in:
Michael Schättgen 2023-08-21 00:24:10 +02:00
parent 6009c09607
commit edb1d8d76f
7 changed files with 39 additions and 1 deletions

View file

@ -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);
}