mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-14 08:56:15 +00:00
Added method to force a reload of the Keyword Search lists.
This commit is contained in:
parent
5734522a3d
commit
afccd3f71d
@ -73,4 +73,11 @@ public class KeywordListsManager extends Observable {
|
||||
return names;
|
||||
}
|
||||
|
||||
/**
|
||||
* Force reload of the keyword lists XML file.
|
||||
*/
|
||||
public static void reloadKeywordLists(){
|
||||
XmlKeywordSearchList.getCurrent().reload();
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user