mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-05-14 22:12:55 +00:00
Merge pull request #1013 from orange-elephant/no-icons-view-mode
Add 'No Icons' view mode
This commit is contained in:
commit
01e59d79a1
8 changed files with 52 additions and 9 deletions
|
@ -120,6 +120,10 @@ public class Preferences {
|
|||
return _prefs.getBoolean("pref_account_name", true);
|
||||
}
|
||||
|
||||
public boolean isIconVisible() {
|
||||
return _prefs.getBoolean("pref_show_icons", true);
|
||||
}
|
||||
|
||||
public CodeGrouping getCodeGroupSize() {
|
||||
String value = _prefs.getString("pref_code_group_size_string", "GROUPING_THREES");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue