Fixed bug

This commit is contained in:
Kelly Kelly 2019-09-20 11:42:43 -04:00
parent 87a4a5bb94
commit afbfeefff5

View File

@ -260,6 +260,11 @@ final public class FiltersPanel extends JPanel {
accountTypeMap.clear(); accountTypeMap.clear();
accountTypeListPane.removeAll(); accountTypeListPane.removeAll();
CheckBoxIconPanel panel = createAccoutTypeCheckBoxPanel(Account.Type.DEVICE, true);
accountTypeMap.put(Account.Type.DEVICE, panel.getCheckBox());
accountTypeListPane.add(panel);
}); });
} }