mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-19 02:57:44 +00:00
Fixed bug
This commit is contained in:
parent
87a4a5bb94
commit
afbfeefff5
@ -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);
|
||||||
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user