things I forgot to commit

This commit is contained in:
atomic
2024-04-06 21:44:47 -04:00
parent c22e16d7b2
commit 87b154209f
2 changed files with 10 additions and 0 deletions

View File

@@ -407,6 +407,8 @@ public class JoinDialog extends BaseDialog{
if(group.prioritized){
addHeader(groupTable, group, hidden, false);
} else if (group.favorite()) {
addHeader(groupTable, group, hidden, true);
}
//table containing all groups
for(String address : group.addresses){